diff --git a/docs/conf.py b/docs/conf.py index 2c16584f8b..045ff8e079 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ # built documents. # # The short X.Y version. -version = "2.0" +version = "2.15.0" # The full version, including alpha/beta/rc tags. -release = "2.0" +release = "2.15.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -101,7 +101,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "sphinx_book_theme" +html_theme = "furo" html_logo = "./images/LogoGeonature.jpg" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/docs/requirements.in b/docs/requirements.in index f5da392f20..5c09bf5705 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -1,5 +1,5 @@ sphinx -sphinx-book-theme +furo myst-parser sphinx-autoapi sphinx-copybutton \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index b6348ffcde..fcec0ad78e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,18 +4,14 @@ # # pip-compile requirements.in # -accessible-pygments==0.0.5 - # via pydata-sphinx-theme alabaster==0.7.16 # via sphinx astroid==3.3.5 # via sphinx-autoapi babel==2.16.0 - # via - # pydata-sphinx-theme - # sphinx + # via sphinx beautifulsoup4==4.12.3 - # via pydata-sphinx-theme + # via furo certifi==2024.8.30 # via requests charset-normalizer==3.4.0 @@ -23,8 +19,9 @@ charset-normalizer==3.4.0 docutils==0.21.2 # via # myst-parser - # pydata-sphinx-theme # sphinx +furo==2024.8.6 + # via -r requirements.in idna==3.10 # via requests imagesize==1.4.1 @@ -50,12 +47,9 @@ myst-parser==3.0.1 # via -r requirements.in packaging==24.1 # via sphinx -pydata-sphinx-theme==0.16.0 - # via sphinx-book-theme pygments==2.18.0 # via - # accessible-pygments - # pydata-sphinx-theme + # furo # sphinx pyyaml==6.0.2 # via @@ -70,15 +64,15 @@ soupsieve==2.6 sphinx==7.4.7 # via # -r requirements.in + # furo # myst-parser - # pydata-sphinx-theme # sphinx-autoapi - # sphinx-book-theme + # sphinx-basic-ng # sphinx-copybutton sphinx-autoapi==3.3.3 # via -r requirements.in -sphinx-book-theme==1.1.3 - # via -r requirements.in +sphinx-basic-ng==1.0.0b2 + # via furo sphinx-copybutton==0.5.2 # via -r requirements.in sphinxcontrib-applehelp==2.0.0 @@ -98,9 +92,7 @@ stdlib-list==0.11.0 tomli==2.0.2 # via sphinx typing-extensions==4.12.2 - # via - # astroid - # pydata-sphinx-theme + # via astroid urllib3==2.2.3 # via requests zipp==3.20.2 diff --git a/setup.py b/setup.py index b57572fdd0..ede27b522a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ ], "doc": [ "sphinx", - "sphinx-book-theme", + "furo", "myst-parser", "sphinx-autoapi", "sphinx-copybutton",