We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a7f64 commit 9459152Copy full SHA for 9459152
.github/workflows/documentation.yml
@@ -13,10 +13,10 @@ jobs:
13
- uses: actions/setup-python@v5
14
- name: Install dependencies
15
run: |
16
- pip install sphinx sphinx_rtd_theme myst_parser
+ pip install sphinx sphinx_rtd_theme myst_parser furo
17
- name: Sphinx build
18
19
- sphinx-build doc _build
+ sphinx-build -M html docs/source/ docs/build
20
- name: Deploy to GitHub Pages
21
uses: peaceiris/actions-gh-pages@v3
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments