Skip to content

Commit b17bf96

Browse files
committed
remove sphinx tabs
1 parent e39fda1 commit b17bf96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"numpydoc",
4343
"sphinx.ext.intersphinx",
4444
"sphinx_copybutton",
45-
"sphinx_tabs.tabs",
4645
"sphinx_design",
4746
]
4847

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ doc = [
5252
"sphinx-copybutton==0.5.2",
5353
"sphinxcontrib-httpdomain==1.8.1",
5454
"sphinxcontrib-globalsubs==0.1.1",
55+
"sphinx_design==0.5.0",
5556
"sphinxnotes-strike==1.2",
5657
"sphinx-autodoc-typehints==1.25.2",
5758
"autodoc_pydantic==2.0.1",
5859
"sphinx-autoapi==3.0.0",
5960
"numpydoc==1.6.0",
60-
"sphinx_design==0.5.0",
6161
]
6262

6363
build = [

0 commit comments

Comments
 (0)