Skip to content

Commit

Permalink
Switch to sphinx_toolbox (prerelease version) from sphinx_toolbox_exp…
Browse files Browse the repository at this point in the history
…erimental.
  • Loading branch information
domdfcoding committed May 8, 2022
1 parent 003d89f commit ca6ecc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def setup(app):
app.connect("config-inited", lambda app, config: better_header_layout(config))


autosummary_widths_builders = ["latex"]
needspace_amount = r"5\baselineskip"
3 changes: 1 addition & 2 deletions doc-source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental.git
default-values>=0.5.0
extras-require>=0.2.0
furo>=2020.11.19b18
Expand All @@ -12,7 +11,7 @@ sphinx-notfound-page>=0.7.1
sphinx-prompt>=1.1.0
sphinx-pyproject>=0.1.0
sphinx-tabs>=1.1.13
sphinx-toolbox>=2.13.0
sphinx-toolbox>=3.0.0a4
sphinxcontrib-httpdomain>=1.7.0
sphinxemoji>=0.1.6
toctree-plus>=0.5.0
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ extensions = [
"sphinx_licenseinfo",
"seed_intersphinx_mapping",
"html_section",
"sphinx_toolbox_experimental.needspace",
"sphinx_toolbox_experimental.autosummary_widths",
"sphinx_toolbox.more_autosummary.column_widths",
]
sphinxemoji_style = "twemoji"
gitstamp_fmt = "%d %b %Y"
Expand Down
5 changes: 2 additions & 3 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ keywords:
- ast

extra_sphinx_extensions:
- sphinx_toolbox_experimental.needspace
- sphinx_toolbox_experimental.autosummary_widths
- sphinx_toolbox.more_autosummary.column_widths

sphinx_conf_epilogue:
- autosummary_widths_builders = ["latex"]
- needspace_amount = r"5\baselineskip"

exclude_files:
- contributing

0 comments on commit ca6ecc0

Please sign in to comment.