diff --git a/docs/conf.py b/docs/conf.py index 95781891..60c72f1d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,6 +45,7 @@ "sphinx.ext.todo", "sphinx.ext.inheritance_diagram", "sphinx.ext.graphviz", + "sphinx.ext.githubpages", "sphinxcontrib.jquery", "sphinxcontrib.mermaid", "sphinx_togglebutton", @@ -130,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 = "sphinx_typlog_theme" html_static_path = ["_static"] html_css_files = ["theme_overrides.css"] html_theme_options = { diff --git a/docs/requirements.txt b/docs/requirements.txt index 947730e6..1cff25f1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,6 +7,7 @@ sphinx-copybutton sphinx-rtd-theme sphinx-tippy sphinx-togglebutton +sphinx-typlog-theme sphinxcontrib-jquery sphinxcontrib-mermaid sphinxcontrib-relative-link-corrector diff --git a/pyproject.toml b/pyproject.toml index 8fbeec2f..63d8e891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,6 +131,7 @@ sphinx-copybutton = ">=0.5.1" sphinx-rtd-theme = ">=1.0.0" sphinx-tippy = ">=0.4.1" sphinx-togglebutton = ">=0.3.2" +sphinx-typlog-theme = ">=0.8.0" sphinxcontrib-mermaid = ">=0.7.1" sphinxcontrib-relative-link-corrector = ">=0.0.5" toml-sort = ">=0.23.0"