From e0c4f83abdbbaaa77707e5d15f91ce2bb0bf9329 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: May 03 2023 16:21:12 +0000 Subject: Change doc theme to 'book' RTD theam is not compatible with Sphinx 7.0+ https://github.com/readthedocs/readthedocs.org/issues/10279 Signed-off-by: Alexander Bokovoy Reviewed-By: Florence Blanc-Renaud --- diff --git a/doc/conf.py b/doc/conf.py index ab6806a..db5e567 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ exclude_patterns = [ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'default' +html_theme = 'sphinx_book_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/doc/requirements.txt b/doc/requirements.txt index 011822d..cdaa426 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,7 @@ wheel sphinx > 3.0 +sphinx-book-theme # convert markdown to rest # m2r2 fork is active in development and works with