Skip to content

Commit

Permalink
DOC: Require a more recent version of sphinx (hgrecco#1923)
Browse files Browse the repository at this point in the history
* update sphinx to use at least version 7
* downgrade the min-sphinx version but upgrade `sphinx-book-theme`
* upgrade to python 3.11
  • Loading branch information
keewis authored and takluyver committed Jun 18, 2024
1 parent 130b5a8 commit 2c3391e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"
sphinx:
configuration: docs/conf.py
fail_on_warning: false
Expand Down
4 changes: 2 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>4
sphinx>=6
ipython<=8.12
matplotlib
mip>=1.13
Expand All @@ -16,7 +16,7 @@ dask[complete]
setuptools>=41.2
Serialize
pygments>=2.4
sphinx-book-theme==0.3.3
sphinx-book-theme>=1.1.0
sphinx_copybutton
sphinx_design
typing_extensions

0 comments on commit 2c3391e

Please sign in to comment.