From 76d9909796958c32bf8a9ea5eac10a865a98a6ae Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:20:15 -0500 Subject: [PATCH] Use readthedocs sphinx theme --- docs/environment.yml | 1 + docs/source/conf.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index 34e94eb8..005ef1c6 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,3 +6,4 @@ channels: dependencies: - pyqt - qtpy +- sphinx_rtd_theme diff --git a/docs/source/conf.py b/docs/source/conf.py index 6c16c1b8..7a97af1b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,6 +43,7 @@ 'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', + 'sphinx_rtd_theme', ] autosummary_generate = True @@ -133,7 +134,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -# html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # 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