Skip to content

Commit

Permalink
Use ReadTheDocs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 11, 2024
1 parent 7a52dad commit 501f9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# -- 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 = ['_build', 'Thumbs.db', '.DS_Store']
Expand All @@ -25,7 +25,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'furo' # Clean, organized theme with dark and light modes
html_theme = 'sphinx_rtd_theme' # Classic ReadTheDocs theme

# -- Override path to read our docstrings
sys.path.insert(0, os.path.abspath('..'))
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies = { file = ["requirements.txt"] }

[project.optional-dependencies]
dev = [
"furo",
"ruff",
"sphinx"
"sphinx",
"sphinx_rtd_theme",
]

# Ruff
Expand Down

0 comments on commit 501f9a7

Please sign in to comment.