From 478f7c1865c6a3f51b1ecc55ff8840944b3f1ee0 Mon Sep 17 00:00:00 2001 From: Aadil Latif Date: Mon, 15 Jun 2026 12:39:39 -0600 Subject: [PATCH 1/2] minor changes --- docs/source/conf.py | 3 +-- pyproject.toml | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 19ee02ec..7db140f3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,8 +72,7 @@ def find_version(*file_paths): # a list of builtin themes. # #html_theme = 'classic' -#tml_theme = 'sphinx_rtd_theme' -html_theme = 'furo' +html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # html_theme_options = { diff --git a/pyproject.toml b/pyproject.toml index 14d88506..364ff1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,12 @@ dev = [ "setuptools~=75.8.0", "sphinx~=7.4.7", "sphinx-rtd-theme~=3.1.0", + "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", From 4d166fed10c1df27726f15f71712949783b58559 Mon Sep 17 00:00:00 2001 From: Aadil Latif Date: Mon, 15 Jun 2026 12:42:51 -0600 Subject: [PATCH 2/2] fixes --- docs/source/conf.py | 6 +----- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7db140f3..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,8 +69,7 @@ def find_version(*file_paths): # a list of builtin themes. # #html_theme = 'classic' -html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +html_theme = 'furo' # html_theme_options = { # 'collapse_navigation': False, diff --git a/pyproject.toml b/pyproject.toml index 364ff1b4..754a3b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ 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",