Skip to content

Commit

Permalink
docs: Use python-docs theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 23, 2023
1 parent d275e23 commit ca59973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def prep_jinja_env(jinja_env: JinjaEnvironment) -> None:
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "sphinx_rtd_theme"
html_theme = "python_docs_theme"
html_static_path = ["_static"]
html_css_files = ["theme_overrides.css"]
html_theme_options = {
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
graphviz
jinja2
myst-parser
python-docs-theme
sphinx
sphinx-autoapi
sphinx-copybutton
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ pytest-cov = ">=3.0.0"
pytest-html = ">=4.0"
pytest-order = ">=1.0.1"
pytest-profiling = ">=1.7.0"
python-docs-theme = ">=2023.9"
python-semantic-release = ">=8.0"
ruff = ">=0.0.292"
safety = ">=2.1.1"
Expand Down

0 comments on commit ca59973

Please sign in to comment.