Skip to content

Commit

Permalink
docs: don't repeat top-level dependencies
Browse files Browse the repository at this point in the history
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).

This (partially) reverts commit 47c8962.

Change-Id: Ie60ed866b14ac7ac424ea2cea05c99d0f996f854
  • Loading branch information
jktjkt committed Jan 24, 2024
1 parent e6ec606 commit 303a579
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
alabaster>=0.7.12,<1
docutils>=0.17.1,<1
matplotlib>=3.7.3,<4
myst-parser>=0.16.1,<1
networkx>=3.1,<4
numpy>=1.24.4,<2
Pygments>=2.11.2,<3
rstcheck
scipy>=1.10.1,<2
Sphinx>=5.3.0,<6
Sphinx>=7.2.6,<8
sphinxcontrib-bibtex>=2.4.1,<3
xlrd>=1.2.0,<2

0 comments on commit 303a579

Please sign in to comment.