Skip to content

Commit

Permalink
docs: Use press theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 23, 2023
1 parent d275e23 commit b583e28
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 = "press"
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
Expand Up @@ -4,6 +4,7 @@ myst-parser
sphinx
sphinx-autoapi
sphinx-copybutton
sphinx-press-theme
sphinx-rtd-theme
sphinx-tippy
sphinx-togglebutton
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ruff = ">=0.0.292"
safety = ">=2.1.1"
sphinx-autoapi = ">=2.0.0"
sphinx-copybutton = ">=0.5.1"
sphinx-press-theme = ">=0.8.0"
sphinx-rtd-theme = ">=1.0.0"
sphinx-tippy = ">=0.4.1"
sphinx-togglebutton = ">=0.3.2"
Expand Down

0 comments on commit b583e28

Please sign in to comment.