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 58051f1 commit b6648baCopy full SHA for b6648ba
.github/workflows/publish-docs.yml
@@ -74,7 +74,7 @@ jobs:
74
# Build in a reproducible location (allows caching)
75
- name: Build using `sphinx_polyversion`
76
run: >
77
- poetry run sphinx-polyversion docs/poly.py build
+ poetry run sphinx-polyversion -vvv docs/poly.py build
78
79
# Upload cache
80
- name: Hash venv dir
docs/sphinx/conf.py
@@ -117,7 +117,7 @@
117
# configure 'edit source' button
118
"source_repository": repository,
119
"source_branch": current.obj,
120
- "source_directory": "docs/",
+ "source_directory": "docs/sphinx/",
121
# Add link to repository
122
"footer_icons": [
123
{
0 commit comments