Skip to content

Commit

Permalink
Add sphinx-rtd-theme to conf.py (archlinux#2228)
Browse files Browse the repository at this point in the history
* According to https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html - extension = [] needs to be added too

* Fixed wonky indentation
  • Loading branch information
Torxed committed Nov 21, 2023
1 parent 9b2d192 commit 4071554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def setup(app):
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.
Expand Down

0 comments on commit 4071554

Please sign in to comment.