We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05848c4 commit 8916073Copy full SHA for 8916073
.github/workflows/documentation.yml
@@ -16,12 +16,12 @@ jobs:
16
pip install sphinx sphinx_rtd_theme myst_parser furo
17
- name: Sphinx build
18
run: |
19
- sphinx-build docs/source/ docs/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' }}
23
with:
24
publish_branch: gh-pages
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
- publish_dir: docs/build/
+ publish_dir: docs/build/html
27
force_orphan: true
docs/source/index.rst
@@ -17,6 +17,6 @@ RF\ *diffusion*\
Contents
________
-.. toctree:
+.. toctree::
README
0 commit comments