Skip to content

Commit

Permalink
Remove sphinx-toolbox patch (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Sep 13, 2024
1 parent 8195fc5 commit 860eb05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,8 @@
"sphinx.ext.linkcode",
"nbsphinx",
"IPython.sphinxext.ipython_console_highlighting",
"patch_sphinx_toolbox_autoprotocol", # internal extension
"sphinx_toolbox.more_autodoc.autoprotocol",
*( # other internal extensions
p.stem
for p in _extension_dir.glob("*.py")
if p.stem != "patch_sphinx_toolbox_autoprotocol"
),
*(p.stem for p in _extension_dir.glob("*.py")),
]
myst_enable_extensions = [
"html_image", # So README.md can be used on github and sphinx docs
Expand Down
43 changes: 0 additions & 43 deletions docs/extensions/patch_sphinx_toolbox_autoprotocol.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ doc = [
"sphinx-autodoc-typehints>=2.2.0",
"sphinx-issues",
"sphinx-copybutton",
"sphinx-toolbox",
"sphinx-toolbox>=3.8.0",
"sphinxext.opengraph",
"nbsphinx",
"scanpydoc[theme,typehints] >=0.13.6",
Expand Down

0 comments on commit 860eb05

Please sign in to comment.