Skip to content

Commit

Permalink
Update sphinx and python version used to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LincolnPuzey committed Sep 4, 2024
1 parent 32a7fdb commit 6c8f3f9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ formats: all

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.8"
python: "3.12"

# specify Sphinx version in requirements.txt
python:
Expand Down
44 changes: 19 additions & 25 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,54 +1,48 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
babel==2.13.0
babel==2.16.0
# via sphinx
certifi==2023.7.22
certifi==2024.8.30
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
docutils==0.21.2
# via sphinx
idna==3.4
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
jinja2==3.1.4
# via sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
packaging==23.2
packaging==24.1
# via sphinx
pygments==2.16.1
pygments==2.18.0
# via sphinx
pytz==2023.3.post1
# via babel
requests==2.31.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.0.2
# via -r requirements.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.0.7
urllib3==2.2.2
# via requests
zipp==3.17.0
# via importlib-metadata

0 comments on commit 6c8f3f9

Please sign in to comment.