diff --git a/docs/conf.py b/docs/conf.py index e490468..340a6c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ "sphinx.ext.viewcode", "sphinx_mdinclude", ] -pygments_style = "sphinx" + htmlhelp_basename = f"{project}-doc" -html_theme = "sphinx_rtd_theme" +html_theme = "furo" +pygments_style = "sphinx" diff --git a/pyproject.toml b/pyproject.toml index 4a572e8..1246714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,9 +92,9 @@ matrix.django.dependencies = [ [tool.hatch.envs.docs] dependencies = [ - "sphinx>=6.2.1,<7", - "sphinx_rtd_theme>=1.2.1", + "sphinx>=7.0.1", "sphinx-mdinclude>=0.5.3", + "furo>=2023.05.20", ] python = "3.11" template = "docs"