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
This commit is contained in:
Anton Hvornum 2023-11-21 19:34:02 +01:00 committed by GitHub
parent 9b2d192817
commit 40715549cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.