Skip to content

Commit 48376f6

Browse files
committed
docs: don't repeat top-level dependencies
Now that the top-level `tox` inheritance is fixed, there's no need to repeat the dependencies across several files. We're going to require a newer Sphinx because some automagic version deps bring sphinxcontrib-applehelp which now requires Sphinx v5. While we're at it, let's bring this to Sphinx v7. This required that `lang` change (changed in v5). Of course, because of the version pinning hell, Sphinx v7 requires newer myst-parser, so let's be bold and go all the way to v2. What could possibly go wrong? This (partially) reverts commit 47c8962. Change-Id: Ie60ed866b14ac7ac424ea2cea05c99d0f996f854
1 parent e6ec606 commit 48376f6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/requirements.txt

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
alabaster>=0.7.12,<1
22
docutils>=0.17.1,<1
3-
matplotlib>=3.7.3,<4
4-
myst-parser>=0.16.1,<1
5-
networkx>=3.1,<4
6-
numpy>=1.24.4,<2
3+
myst-parser>=2,<3
74
Pygments>=2.11.2,<3
85
rstcheck
9-
scipy>=1.10.1,<2
10-
Sphinx>=5.3.0,<6
6+
Sphinx>=7.2.6,<8
117
sphinxcontrib-bibtex>=2.4.1,<3
12-
xlrd>=1.2.0,<2

0 commit comments

Comments
 (0)