Skip to content

Commit

Permalink
Docs: Update for v2.0 release
Browse files Browse the repository at this point in the history
Update conf.py versions.

Pin a new reproducible build by updating versions of doc dependencies
  • Loading branch information
CamStan committed Dec 19, 2023
1 parent 9b8c470 commit 45b6473
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.1'
version = u'2.0'
# The full version, including alpha/beta/rc tags.
release = u'1.1'
release = u'2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
alabaster==0.7.13
# via sphinx
babel==2.13.1
babel==2.14.0
# via sphinx
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
docutils==0.18.1
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -26,7 +26,7 @@ markupsafe==2.1.3
# via jinja2
packaging==23.2
# via sphinx
pygments==2.16.1
pygments==2.17.2
# via sphinx
requests==2.31.0
# via sphinx
Expand All @@ -42,7 +42,7 @@ sphinx==7.2.6
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==1.3.0
sphinx-rtd-theme==2.0.0
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
Expand All @@ -58,7 +58,7 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
urllib3==2.0.7
urllib3==2.1.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 45b6473

Please sign in to comment.