Skip to content

Commit

Permalink
Bump Sphinx to 5.3.0 and force certifi >= 2022.12.7
Browse files Browse the repository at this point in the history
For the moment, readthedocs.org does not support Sphinx 6.
  • Loading branch information
andreasabel authored and mergify[bot] committed Feb 24, 2023
1 parent 3b6e0f2 commit 4da86b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
6 changes: 4 additions & 2 deletions doc/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sphinx >= 5
sphinx_rtd_theme >= 1
sphinx == 5.3.0
sphinx_rtd_theme >= 1.2
sphinx-jsonschema
sphinxnotes-strike
# Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291
Pygments >= 2.7.4
# Suggested by dependabot in https://github.com/haskell/cabal/pull/8807
certifi >= 2022.12.7
29 changes: 17 additions & 12 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@ alabaster==0.7.12
# via sphinx
babel==2.9.1
# via sphinx
certifi==2021.10.8
# via requests
certifi==2022.12.7
# via
# -r requirements.in
# requests
charset-normalizer==2.0.7
# via requests
docutils==0.17.1
docutils==0.18.1
# via
# sphinx
# sphinx-jsonschema
# sphinx-rtd-theme
idna==2.10
# via requests
imagesize==1.2.0
imagesize==1.4.1
# via sphinx
jinja2==2.11.3
jinja2==3.1.2
# via sphinx
jsonpointer==2.1
# via sphinx-jsonschema
markupsafe==1.1.1
markupsafe==2.1.2
# via jinja2
packaging==20.9
packaging==23.0
# via sphinx
pygments==2.10.0
pygments==2.14.0
# via
# -r requirements.in
# sphinx
pyparsing==2.4.7
# via packaging
pytz==2021.3
# via babel
pyyaml==5.4.1
Expand All @@ -45,21 +45,23 @@ requests==2.26.0
# sphinx-jsonschema
snowballstemmer==2.1.0
# via sphinx
sphinx==5.0.1
sphinx==5.3.0
# via
# -r requirements.in
# sphinx-rtd-theme
# sphinxnotes-strike
sphinx-jsonschema==1.16.11
# via -r requirements.in
sphinx-rtd-theme==1.0.0
sphinx-rtd-theme==1.2.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jquery==2.0.0
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
Expand All @@ -70,3 +72,6 @@ sphinxnotes-strike==1.1
# via -r requirements.in
urllib3==1.26.7
# via requests

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

0 comments on commit 4da86b0

Please sign in to comment.