From 2637eaed00607ccdd163c1eed07b9d6c62d7b362 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 29 Oct 2024 22:04:19 -0400 Subject: [PATCH] try rebuilding the docs (#6291) * try rebuilding the docs * remove sub-dependencies since they will be installed with correct by parent solving resolution error * add news --- docs/requirements.txt | 20 ++++++-------------- news/6291.bugfix.rst | 1 + 2 files changed, 7 insertions(+), 14 deletions(-) create mode 100644 news/6291.bugfix.rst diff --git a/docs/requirements.txt b/docs/requirements.txt index c78e2d2bc3..2629225ac2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,23 +1,15 @@ -alabaster==0.7.13 -Babel==2.12.1 -certifi==2023.7.22 -chardet==3.0.4 click==8.0.3 -docutils==0.17.1 -idna==3.4 imagesize==1.4.1 Jinja2==3.1.4 MarkupSafe==2.1.2 -myst-parser[linkify]==0.18.1 -e . -Pygments==2.15.0 pytz==2022.7.1 -requests==2.32.0 +requests>=2.32.0 snowballstemmer==2.2.0 -Sphinx==4.5.0 -sphinx-click==4.4.0 -sphinxcontrib-spelling==7.7.0 -sphinxcontrib-websupport==1.2.4 -urllib3==1.26.18 +Sphinx==8.1.3 +sphinx-click==6.0.0 +sphinxcontrib-spelling==8.0.0 +sphinxcontrib-websupport==2.0.0 +urllib3>=1.26.18 virtualenv>=20.20.0 virtualenv-clone==0.5.7 diff --git a/news/6291.bugfix.rst b/news/6291.bugfix.rst new file mode 100644 index 0000000000..9d667c137e --- /dev/null +++ b/news/6291.bugfix.rst @@ -0,0 +1 @@ +Fix the readthedocs.org build that has been failing and not updating our official docs at https://pipenv.pypa.io/en/latest/