Skip to content

Commit 4c38d3c

Browse files
committed
Remove unused sphinx plugins
1 parent bd35d60 commit 4c38d3c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
# 'IPython.sphinxext.ipythoGn_console_highlighting', # numpy
119119
# 'IPython.sphinxext.ipython_directive', # numpy
120120
"sphinx.ext.mathjax", # Render math as images
121-
"recommonmark", # For markdown support, does not support 'full' CommonMark syntax (yet)!
122-
# "sphinxcontrib.mermaid", # Draw graphs using Mermaid.js
123-
"sphinx_tabs.tabs", # Toggleable HTML tabs
124121
"sphinx_immaterial", # Sphinx immaterial theme
125122
]
126123

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,7 @@ all = [
7272
]
7373
docs = [
7474
"sphinx>=6.0.0,<7.0.0",
75-
"recommonmark>=0.6",
7675
"sphinx-autosummary-accessors>=0.1.2",
77-
"sphinx-autodoc-typehints>=1.1.1",
78-
"sphinxcontrib.mermaid>=0.8",
79-
"sphinx-tabs",
8076
"sphinx-immaterial",
8177
]
8278
test = [

0 commit comments

Comments
 (0)