Skip to content

Commit 9459152

Browse files
committed
THe sphinx-doc.org page could have explained things better...
1 parent c6a7f64 commit 9459152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
- name: Install dependencies
1515
run: |
16-
pip install sphinx sphinx_rtd_theme myst_parser
16+
pip install sphinx sphinx_rtd_theme myst_parser furo
1717
- name: Sphinx build
1818
run: |
19-
sphinx-build doc _build
19+
sphinx-build -M html docs/source/ docs/build
2020
- name: Deploy to GitHub Pages
2121
uses: peaceiris/actions-gh-pages@v3
2222
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)