Skip to content

Commit

Permalink
sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Nov 27, 2023
1 parent 0fd8ced commit 56b1054
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['sphinx.ext.autodoc']
extensions = ['sphinx.ext.autodoc',
'sphinx_rtd_theme']

templates_path = ['_templates']
exclude_patterns = []
Expand All @@ -24,5 +25,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'classic'
#html_theme = 'classic'
# https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html
html_theme = "sphinx_rtd_theme"
# html_static_path = ['_static']

0 comments on commit 56b1054

Please sign in to comment.