Skip to content

Commit 0a9ad2e

Browse files
committed
Update docs requirements.
1 parent 89f5bff commit 0a9ad2e

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
@@ -69,9 +69,9 @@ extensions = [
6969
"sphinx_debuginfo",
7070
"sphinx_licenseinfo",
7171
"seed_intersphinx_mapping",
72+
"html_section",
7273
"sphinx_toolbox.pre_commit",
7374
"sphinx_toolbox.flake8",
74-
"sphinx_toolbox_experimental.html_section",
7575
"sphinx_toolbox_experimental.autosummary_widths",
7676
"sphinx_toolbox_experimental.needspace",
7777
]

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ classifiers:
4141
extra_sphinx_extensions:
4242
- sphinx_toolbox.pre_commit
4343
- sphinx_toolbox.flake8
44-
- sphinx_toolbox_experimental.html_section
4544
- sphinx_toolbox_experimental.autosummary_widths
4645
- sphinx_toolbox_experimental.needspace
4746

0 commit comments

Comments
 (0)