We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b07cf8 commit 501b342Copy full SHA for 501b342
docs/source/conf.py
@@ -123,6 +123,7 @@
123
"recommonmark", # For markdown support, does not support 'full' CommonMark syntax (yet)!
124
"sphinx_autodoc_typehints", # Auto-parse type hints. Napoleon BEFORE typehints
125
"sphinxcontrib.mermaid", # Draw graphs using Mermaid.js
126
+ "sphinx_tabs.tabs", # Toggleable HTML tabs
127
]
128
129
todo_include_todos = True
pyproject.toml
@@ -72,7 +72,8 @@ docs = [
72
"recommonmark>=0.6",
73
"sphinx-autosummary-accessors>=0.1.2",
74
"sphinx-autodoc-typehints>=1.1.1",
75
- "sphinxcontrib.mermaid>=0.8"
+ "sphinxcontrib.mermaid>=0.8",
76
+ "sphinx-tabs",
77
78
test = [
79
"pytest>=5.4.1",
0 commit comments