We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f5fc5 commit f2a1182Copy full SHA for f2a1182
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: '3.13'
21
- run: pip install sphinx sphinx_rtd_theme
22
- - run: make html
+ - run: make gh-pages
23
- name: Upload artifact
24
uses: actions/upload-pages-artifact@v3
25
Makefile
@@ -16,6 +16,8 @@ help:
16
livehtml:
17
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html
18
+gh-pages:
+ @$(SPHINXBUILD) -b html "$(SOURCEDIR)" $(BUILDDIR)/html/en/latest $(SPHINXOPTS)
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
0 commit comments