File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental
2
2
default-values >= 0.5.0
3
3
extras-require >= 0.2.0
4
4
furo >= 2020.11.19b18
5
+ html-section >= 0.1.0
5
6
pyyaml >= 5.3.1
6
7
repo-helper-sphinx-theme >= 0.0.2
7
8
seed-intersphinx-mapping >= 0.3.1
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ extensions = [
69
69
" sphinx_debuginfo" ,
70
70
" sphinx_licenseinfo" ,
71
71
" seed_intersphinx_mapping" ,
72
+ " html_section" ,
72
73
" sphinx_toolbox.pre_commit" ,
73
74
" sphinx_toolbox.flake8" ,
74
- " sphinx_toolbox_experimental.html_section" ,
75
75
" sphinx_toolbox_experimental.autosummary_widths" ,
76
76
" sphinx_toolbox_experimental.needspace" ,
77
77
]
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ classifiers:
41
41
extra_sphinx_extensions :
42
42
- sphinx_toolbox.pre_commit
43
43
- sphinx_toolbox.flake8
44
- - sphinx_toolbox_experimental.html_section
45
44
- sphinx_toolbox_experimental.autosummary_widths
46
45
- sphinx_toolbox_experimental.needspace
47
46
You can’t perform that action at this time.
0 commit comments