Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Pin to sphinx>=6.2 for docs build on Python 3.13 #3667

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
python-build
myst-nb
panel
sphinx
sphinx>=6.2
sphinx-autodoc-typehints
sphinx-copybutton
sphinx-design
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
# Dev dependencies (building documentation)
- myst-nb
- panel
- sphinx
- sphinx>=6.2
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-design
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
]

source_suffix = ".rst"
needs_sphinx = "1.8"
needs_sphinx = "6.2"
# Encoding of source files
source_encoding = "utf-8-sig"
root_doc = "index"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
# Dev dependencies (building documentation)
- myst-nb
- panel
- sphinx
- sphinx>=6.2
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-design
Expand Down
Loading