Skip to content

Commit

Permalink
fix docs requirements
Browse files Browse the repository at this point in the history
Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: I9d151b842a38380b0368e099c67957ec36b78250
  • Loading branch information
EstherLerouzic committed Jan 15, 2024
1 parent 7a032a6 commit 47c8962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
7 changes: 6 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
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
Sphinx>=4.4.0,<5
scipy>=1.10.1,<2
Sphinx>=5.3.0,<6
sphinxcontrib-bibtex>=2.4.1,<3
xlrd>=1.2.0,<2

0 comments on commit 47c8962

Please sign in to comment.