Skip to content

Commit b6648ba

Browse files
Fix docs.
* .github/workflows/publish-docs.yml : Run `sphinx-polyversion` with maximum verbosity * docs/sphinx/conf.py : Fix edit page link
1 parent 58051f1 commit b6648ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Build in a reproducible location (allows caching)
7575
- name: Build using `sphinx_polyversion`
7676
run: >
77-
poetry run sphinx-polyversion docs/poly.py build
77+
poetry run sphinx-polyversion -vvv docs/poly.py build
7878
7979
# Upload cache
8080
- name: Hash venv dir

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
# configure 'edit source' button
118118
"source_repository": repository,
119119
"source_branch": current.obj,
120-
"source_directory": "docs/",
120+
"source_directory": "docs/sphinx/",
121121
# Add link to repository
122122
"footer_icons": [
123123
{

0 commit comments

Comments
 (0)