Skip to content

Commit

Permalink
Use RtD theme for Sphinx docs
Browse files Browse the repository at this point in the history
Started with `sphinx-quickstart` output then changed it back to the theme we are already using.
  • Loading branch information
rayrrr committed Aug 7, 2024
1 parent fde6791 commit 8f4a473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
templates_path = ['_templates']
exclude_patterns = []



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
html_theme_path = ['_theme']
html_static_path = ['_static']
3 changes: 3 additions & 0 deletions docs/source/theme.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[theme]
name = "sphinx_rtd_theme"
base_url = "https://readthedocs.org/projects/sphinx-rtd-theme/"

0 comments on commit 8f4a473

Please sign in to comment.