Fixed theme

Formatting

Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
simonmicro 2024-01-18 17:33:10 +01:00
parent a722f8bc94
commit 4482b62ad6
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6

View file

@ -28,7 +28,7 @@ import os
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['recommonmark', 'sphinx_markdown_tables']
extensions = ['recommonmark', 'sphinx_markdown_tables', 'sphinx_rtd_theme']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -54,9 +54,9 @@ copyright = u'2020, SystemRage'
# built documents.
#
# The short X.Y version.
version = '1.0'
# version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0'
# release = '1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -101,7 +101,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
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