Skip to content

Commit de2c08e

Browse files
committed
Docs: Update for v2.0 release
Update conf.py versions. Pin a new reproducible build by updating versions of doc dependencies
1 parent 738e687 commit de2c08e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'1.1'
57+
version = u'2.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.1'
59+
release = u'2.0'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

docs/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
babel==2.13.1
9+
babel==2.14.0
1010
# via sphinx
11-
certifi==2023.7.22
11+
certifi==2023.11.17
1212
# via requests
13-
charset-normalizer==3.3.1
13+
charset-normalizer==3.3.2
1414
# via requests
15-
docutils==0.18.1
15+
docutils==0.20.1
1616
# via
1717
# sphinx
1818
# sphinx-rtd-theme
19-
idna==3.4
19+
idna==3.6
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
@@ -26,7 +26,7 @@ markupsafe==2.1.3
2626
# via jinja2
2727
packaging==23.2
2828
# via sphinx
29-
pygments==2.16.1
29+
pygments==2.17.2
3030
# via sphinx
3131
requests==2.31.0
3232
# via sphinx
@@ -42,7 +42,7 @@ sphinx==7.2.6
4242
# sphinxcontrib-jquery
4343
# sphinxcontrib-qthelp
4444
# sphinxcontrib-serializinghtml
45-
sphinx-rtd-theme==1.3.0
45+
sphinx-rtd-theme==2.0.0
4646
# via -r docs/requirements.in
4747
sphinxcontrib-applehelp==1.0.7
4848
# via sphinx
@@ -58,7 +58,7 @@ sphinxcontrib-qthelp==1.0.6
5858
# via sphinx
5959
sphinxcontrib-serializinghtml==1.1.9
6060
# via sphinx
61-
urllib3==2.0.7
61+
urllib3==2.1.0
6262
# via requests
6363

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

0 commit comments

Comments
 (0)