Skip to content

Commit

Permalink
Changed theme to standard theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SebsCubs committed Jan 4, 2024
1 parent b91a9ec commit c96d72d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1
sphinx_rtd_theme
15 changes: 4 additions & 11 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []
extensions = [
'sphinx_rtd_theme',
]

templates_path = ['_templates']
exclude_patterns = []
Expand All @@ -25,13 +27,4 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output


html_theme = 'alabaster'
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html',
'searchbox.html',
'donate.html',
]
}
html_theme = "sphinx_rtd_theme"

0 comments on commit c96d72d

Please sign in to comment.