From 624e267160ea2b5389b40fe916cc09e5e41545fd Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Mon, 6 Nov 2023 11:12:45 +0100 Subject: [PATCH] update sphinx --- docs/source/conf.py | 2 -- requirements-docs.txt | 13 ++++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 39d6d7bb8..2961552e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,6 @@ import time import pyhgf -import sphinx_bootstrap_theme # -- Project information ----------------------------------------------------- @@ -87,7 +86,6 @@ # a list of builtin themes. html_theme = "pydata_sphinx_theme" -html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() html_theme_options = { "icon_links": [ dict( diff --git a/requirements-docs.txt b/requirements-docs.txt index 2d96cd2fc..e42d2f77c 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,13 +1,12 @@ -e . -xarray>=2022.6.0 jupyter_sphinx>=0.4.0 -pydata-sphinx-theme>=0.13.3 -sphinx-bootstrap-theme>=0.8.1 -sphinxcontrib-bibtex>=2.4.2 -myst-nb>=0.16.0 -sphinx==5.3.0 +pydata-sphinx-theme>=0.14.3 +sphinxcontrib-bibtex>=2.6.1 +docutils>=0.20.1 +myst-nb>=0.17.2 +sphinx>=6.0.0 numpydoc>=1.4.0 -myst-parser +myst-parser>=2.0.0 graphviz watermark systole