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
22default-values >= 0.5.0
33extras-require >= 0.2.0
44furo >= 2020.11.19b18
5+ html-section >= 0.1.0
56pyyaml >= 5.3.1
67repo-helper-sphinx-theme >= 0.0.2
78seed-intersphinx-mapping >= 0.3.1
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ extensions = [
7070 " sphinx_debuginfo" ,
7171 " sphinx_licenseinfo" ,
7272 " seed_intersphinx_mapping" ,
73+ " html_section" ,
7374 " sphinx_toolbox.pre_commit" ,
7475 " sphinx_toolbox.flake8" ,
7576 " sphinx_toolbox_experimental.needspace" ,
76- " sphinx_toolbox_experimental.html_section" ,
7777]
7878sphinxemoji_style = " twemoji"
7979gitstamp_fmt = " %d %b %Y"
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ extra_sphinx_extensions:
4141 - sphinx_toolbox.pre_commit
4242 - sphinx_toolbox.flake8
4343 - sphinx_toolbox_experimental.needspace
44- - sphinx_toolbox_experimental.html_section
4544
4645entry_points :
4746 flake8.extension :
You can’t perform that action at this time.
0 commit comments