File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 39
39
"sphinx_toolbox" ,
40
40
"sphinx_toolbox.more_autodoc" ,
41
41
"sphinx_toolbox.more_autosummary" ,
42
+ "sphinx_toolbox.documentation_summary" ,
42
43
"sphinx_toolbox.tweaks.param_dash" ,
43
44
"sphinx_toolbox.tweaks.latex_toc" ,
44
45
"sphinx.ext.intersphinx" ,
116
117
hide_none_rtype = True
117
118
all_typevars = True
118
119
overloads_location = "bottom"
119
-
120
+ documentation_summary = "Helpful functions for Python 🐍 🛠️"
120
121
121
122
autodoc_exclude_members = [ # Exclude "standard" methods.
122
123
"__dict__" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ domdf_python_tools
4
4
5
5
.. start short_desc
6
6
7
- ** Helpful functions for Python 🐍 🛠️ **
7
+ .. documentation-summary ::
8
8
9
9
.. end short_desc
10
10
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sphinx-highlights>=0.1.0
15
15
sphinx-notfound-page >= 0.5
16
16
sphinx-prompt >= 1.1.0
17
17
sphinx-tabs >= 1.1.13
18
- sphinx-toolbox >= 2.1 .0
18
+ sphinx-toolbox >= 2.2 .0
19
19
sphinxcontrib-httpdomain >= 1.7.0
20
20
sphinxemoji >= 0.1.6
21
21
toctree-plus >= 0.1.0
You can’t perform that action at this time.
0 commit comments