From 47c89626e3398b2abf9686a49287e9b909ce8e38 Mon Sep 17 00:00:00 2001 From: EstherLerouzic Date: Mon, 15 Jan 2024 13:13:07 +0100 Subject: [PATCH] fix docs requirements Signed-off-by: EstherLerouzic Change-Id: I9d151b842a38380b0368e099c67957ec36b78250 --- docs/conf.py | 2 +- docs/requirements.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bafabd911..5416461cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/requirements.txt b/docs/requirements.txt index f70270695..0059c8177 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 \ No newline at end of file