Skip to content
Snippets Groups Projects
Commit c27dfef0 authored by dx's avatar dx
Browse files

docs: add sphinx_rtd_theme to extensions (fixes js)

parent ea5d1e86
No related branches found
No related tags found
No related merge requests found
Pipeline #5624 passed
......@@ -15,7 +15,9 @@ author = 'ccc'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
extensions = [
'sphinx_rtd_theme',
]
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
......
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