From c57cd2131b2c27f99dffa8f2308cd0cfd98a695a Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Fri, 17 Nov 2023 11:47:57 +1300 Subject: [PATCH] docs: set sphinx theme version --- db/docs/source/conf.py | 4 ++-- requirements-docs.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/db/docs/source/conf.py b/db/docs/source/conf.py index 50c707d5..b8cca529 100644 --- a/db/docs/source/conf.py +++ b/db/docs/source/conf.py @@ -37,7 +37,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. # extensions = ["sphinx.ext.autodoc"] -# extensions = ["sphinx_rtd_theme"] +extensions = ["sphinx_rtd_theme"] # 'sphinx.ext.autosectionlabel' # Add any paths that contain templates here, relative to this directory. @@ -117,7 +117,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" +html_theme = "sphinx_rtd_theme" # html_theme = 'bizstyle' # Theme options are theme-specific and customize the look and feel of a theme diff --git a/requirements-docs.txt b/requirements-docs.txt index 6ba386e1..e451bbf4 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1 +1,3 @@ tabulate==0.8.10 +sphinx_rtd_theme==1.3.0 +sphinx==6.3.0