update conf.py for new version (#255)

This commit is contained in:
Steve 2023-05-07 16:06:42 -07:00 committed by GitHub
parent 3e096a458c
commit b583cf1e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ release = u'Latest Nightly Build'
# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '4.4'
needs_sphinx = '6.2'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@ -71,7 +71,7 @@ master_doc = 'index'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@ -79,7 +79,7 @@ language = None
exclude_patterns = [u'_build', u'Thumbs.db', u'.DS_Store']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
pygments_style = 'sphinx'
# -- Options for HTML output -------------------------------------------------