diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-04-23 13:22:02 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-04-23 13:22:35 -0400 |
commit | a7d1fd197c02a3d7101db98070926e0b096882d3 (patch) | |
tree | ae24c0aaf7ce4fc7ac5a273ec25b341eef41a1ae /doc/build/conf.py | |
parent | 5347efa35e3e80c8092501b4adfe1278260d67f5 (diff) | |
download | sqlalchemy-sphinx_mini_build.tar.gz |
remove theme altogethersphinx_mini_build
Change-Id: Iaa5d1ac26007451c09d6982c06d8ad6ed22d30bc
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 8b1ec5efa..4485a34ac 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -35,12 +35,10 @@ needs_sphinx = "5.0.1" extensions = [ "sphinx.ext.autodoc", - "zzzeeksphinx", "changelog", "sphinx_paramlinks", "sphinx_copybutton", ] -needs_extensions = {"zzzeeksphinx": "1.2.1"} # Add any paths that contain templates here, relative to this directory. # not sure why abspath() is needed here, some users @@ -293,7 +291,7 @@ gettext_compact = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "zzzeeksphinx" +html_theme = "nature" # 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 @@ -342,7 +340,7 @@ html_last_updated_fmt = "%m/%d/%Y %H:%M:%S" # Additional templates that should be rendered to pages, maps page names to # template names. -html_additional_pages = {"notfound": "notfound.html"} +# html_additional_pages = {"notfound": "notfound.html"} # If false, no module index is generated. html_domain_indices = False |