Skip to content

Commit

Permalink
Fix sphinx multiversion
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Apr 24, 2024
1 parent 3f4bdb7 commit d15e325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build Docs with sphinx-multiversion
run: |
cd docs
poetry run sphinx-multiversion source _build/html
poetry run sphinx-multiversion docs docs/_build/html
- name: Prepare Deployment
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'sphinx.ext.doctest',
"sphinx_favicon",
"hoverxref.extension",
"sphinx_multiversion",
"_extension.gallery_directive",
]

Expand Down

0 comments on commit d15e325

Please sign in to comment.