Skip to content

Commit

Permalink
Switch to old rtd theme
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 13, 2023
1 parent 49f4da9 commit 442f030
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'ckan.plugins.toolkit_sphinx_extension']
'sphinx.ext.autosummary', 'ckan.plugins.toolkit_sphinx_extension',
'sphinx_rtd_theme'
]
html_theme = 'sphinx_rtd_theme'
autodoc_member_order = 'bysource'
todo_include_todos = True

Expand Down

0 comments on commit 442f030

Please sign in to comment.