Skip to content
Snippets Groups Projects
Commit 0b4a9552 authored by ynerant's avatar ynerant
Browse files

Use RTD theme

parent af664e48
No related branches found
No related tags found
2 merge requests!146Beta,!145Docs
......@@ -31,6 +31,7 @@ release = '1.0.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_rtd_theme",
]
# Add any paths that contain templates here, relative to this directory.
......@@ -54,7 +55,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# 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'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
......
sphinx~=3.3
sphinx-rtd-theme~=0.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment