Skip to content

Commit 2880ef9

Browse files
committed
Update docs requirements.
1 parent 230a7ba commit 2880ef9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc-source/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental
22
default-values>=0.5.0
33
extras-require>=0.2.0
44
furo>=2020.11.19b18
5+
html-section>=0.1.0
56
pyyaml>=5.3.1
67
repo-helper-sphinx-theme>=0.0.2
78
seed-intersphinx-mapping>=0.3.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]
7878
sphinxemoji_style = "twemoji"
7979
gitstamp_fmt = "%d %b %Y"

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4645
entry_points:
4746
flake8.extension:

0 commit comments

Comments
 (0)