From 18d9cb1124a8e7b4002b01d64a46075a015e232a Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 20 Sep 2023 14:59:15 +0200 Subject: [PATCH] Stick with sphinx_rtd_theme (#2873) by default they are using something else --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f94b9660..950fbc91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,10 +112,10 @@ todo_include_todos = True # a list of builtin themes. # +html_theme = 'sphinx_rtd_theme' on_rtd = os.environ.get('READTHEDOCS', None) == 'True' if not on_rtd: # only import and set the theme if we're building docs locally import sphinx_rtd_theme - html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme