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 c71c55d commit ea632cbCopy full SHA for ea632cb
.github/workflows/build_docs.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install sphinx sphinx_rtd_theme myst_parser
21
- name: Build Sphinx for GitHub Pages
22
run: |
23
- sphinx-build doc ../_build
+ sphinx-build ./ ../_build
24
- name: Create .nojekyll
25
26
touch ../_build/.nojekyll
0 commit comments