From 45b6473f17da1d8f4f98a164ca1c1a99b1e6cd6d Mon Sep 17 00:00:00 2001 From: CamStan Date: Tue, 19 Dec 2023 15:05:04 -0800 Subject: [PATCH] Docs: Update for v2.0 release Update conf.py versions. Pin a new reproducible build by updating versions of doc dependencies --- docs/conf.py | 4 ++-- docs/requirements.txt | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed1a1f33..c104bcdf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/requirements.txt b/docs/requirements.txt index 1fd20802..db315dd2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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: