From e9310c98836ef2a1cd7615d677c3c7ff164bf268 Mon Sep 17 00:00:00 2001 From: Rudolf Cardinal Date: Mon, 22 Apr 2024 10:37:49 +0100 Subject: [PATCH] update sphinx --- docs/docs_requirements.txt | 18 +++++++++--------- docs/source/conf.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docs_requirements.txt b/docs/docs_requirements.txt index 662c69c..eb486f6 100644 --- a/docs/docs_requirements.txt +++ b/docs/docs_requirements.txt @@ -10,14 +10,14 @@ libChEBIpy pdfkit pyramid==1.10.8 pytest -# CamCOPS and CRATE both on this version -sphinx==4.2.0 -sphinxcontrib-applehelp==1.0.4 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==2.0.1 -sphinxcontrib-serializinghtml==1.1.5 -sphinxcontrib-qthelp==1.0.3 -sphinx-paramlinks -sphinx_rtd_theme +# sphinx==4.2.0 +sphinx==7.1.2 +# sphinxcontrib-applehelp==1.0.4 +# sphinxcontrib-devhelp==1.0.2 +# sphinxcontrib-htmlhelp==2.0.1 +# sphinxcontrib-serializinghtml==1.1.5 +# sphinxcontrib-qthelp==1.0.3 +sphinx-paramlinks==0.6.0 +sphinx_rtd_theme==2.0.0 weasyprint xlrd diff --git a/docs/source/conf.py b/docs/source/conf.py index 3a34f55..37489b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,7 +77,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.