diff --git a/docs/source/conf.py b/docs/source/conf.py index 19ee02ec..7eab0126 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,9 +16,6 @@ import re # import sys - -import sphinx_rtd_theme - # -- Project information ----------------------------------------------------- def read(*names, **kwargs): @@ -72,9 +69,7 @@ def find_version(*file_paths): # a list of builtin themes. # #html_theme = 'classic' -#tml_theme = 'sphinx_rtd_theme' html_theme = 'furo' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # html_theme_options = { # 'collapse_navigation': False, diff --git a/pyproject.toml b/pyproject.toml index 14d88506..754a3b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,13 @@ dev = [ "setuptools~=75.8.0", "sphinx~=7.4.7", "sphinx-rtd-theme~=3.1.0", + "furo~=2024.8.6", + "sphinx-click~=6.0.0", + "sphinxcontrib-openapi~=0.8.4", + "sphinxcontrib-redoc~=1.6.0", + "autodoc-pydantic~=2.0.1", + "sphinx-enum-extend~=0.1.3", + "enum-tools[sphinx]~=0.12.0", ] server = [ "aiohttp_swagger3~=0.8.0",