Skip to content

Commit

Permalink
docs: Use groundwork theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 23, 2023
1 parent d275e23 commit feea5d3
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 = "groundwork"
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,4 +1,5 @@
graphviz
groundwork-sphinx-theme
jinja2
myst-parser
sphinx
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ coverage = {extras = ["toml"], version = ">=7.2.2"}
docformatter = {extras = ["tomli"], version = ">=1.6.5,<1.7.1"} # upper bound is due to https://github.com/PyCQA/docformatter/issues/174
flask = ">=2.2.2"
graphviz = ">=0.20.1"
groundwork-sphinx-theme = ">=1.1.1"
http-server-mock = ">=1.7"
isort = ">=5.12.0"
mdformat-black = ">=0.1.1"
Expand Down

0 comments on commit feea5d3

Please sign in to comment.