Skip to content

Commit 8916073

Browse files
committed
changing the build directory to docs/build/html
1 parent 05848c4 commit 8916073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
pip install sphinx sphinx_rtd_theme myst_parser furo
1717
- name: Sphinx build
1818
run: |
19-
sphinx-build docs/source/ docs/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' }}
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: docs/build/
26+
publish_dir: docs/build/html
2727
force_orphan: true

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ RF\ *diffusion*\
1717
Contents
1818
________
1919

20-
.. toctree:
20+
.. toctree::
2121

2222
README

0 commit comments

Comments
 (0)