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 8b1b8db commit 3b26c1dCopy full SHA for 3b26c1d
.github/workflows/build-docs.yaml
@@ -53,7 +53,7 @@ jobs:
53
- name: build multiversion documentation
54
# if: ${{ github.ref == 'refs/heads/dev' }}
55
run: |
56
- make docs
+ make multi-version-docs
57
58
- name: save branch name without slashes
59
env:
Makefile
@@ -38,8 +38,8 @@ test-docs: docs
38
serve-docs: docs
39
$(poetry) python -m http.server -d docs/build/html 8333
40
41
-.PHONY: multi-version
42
-multi-version:
+.PHONY: multi-version-docs
+multi-version-docs:
43
$(poetry) python -m sphinx-multiversion docs/source docs/build/html
44
45
.PHONY: clean-docs
0 commit comments