Skip to content

Commit 2637eae

Browse files
authored
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
1 parent 969ec20 commit 2637eae

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

docs/requirements.txt

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
alabaster==0.7.13
2-
Babel==2.12.1
3-
certifi==2023.7.22
4-
chardet==3.0.4
51
click==8.0.3
6-
docutils==0.17.1
7-
idna==3.4
82
imagesize==1.4.1
93
Jinja2==3.1.4
104
MarkupSafe==2.1.2
11-
myst-parser[linkify]==0.18.1
125
-e .
13-
Pygments==2.15.0
146
pytz==2022.7.1
15-
requests==2.32.0
7+
requests>=2.32.0
168
snowballstemmer==2.2.0
17-
Sphinx==4.5.0
18-
sphinx-click==4.4.0
19-
sphinxcontrib-spelling==7.7.0
20-
sphinxcontrib-websupport==1.2.4
21-
urllib3==1.26.18
9+
Sphinx==8.1.3
10+
sphinx-click==6.0.0
11+
sphinxcontrib-spelling==8.0.0
12+
sphinxcontrib-websupport==2.0.0
13+
urllib3>=1.26.18
2214
virtualenv>=20.20.0
2315
virtualenv-clone==0.5.7

news/6291.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the readthedocs.org build that has been failing and not updating our official docs at https://pipenv.pypa.io/en/latest/

0 commit comments

Comments
 (0)