Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-21 19:34:02 +0100
committerGitHub <noreply@github.com>2023-11-21 19:34:02 +0100
commit40715549cba29bac423e4eca8ea90a9a2bb9a749 (patch)
treebf6d4bc770f6daec1038703ef902b00885f28e32 /docs
parent9b2d192817fcbb3115bac4efd5dba16f78722e0c (diff)
Add sphinx-rtd-theme to conf.py (#2228)
* According to https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html - extension = [] needs to be added too * Fixed wonky indentation
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 98c5e651..013cd2d2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,8 @@ master_doc = 'index'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.inheritance_diagram',
- 'sphinx.ext.todo'
+ 'sphinx.ext.todo',
+ 'sphinx_rtd_theme'
]
# Add any paths that contain templates here, relative to this directory.