Skip to content

Commit

Permalink
Remove pin in STB
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Dec 12, 2024
1 parent 741131c commit 3bb97dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"sphinx-theme-builder @ https://github.com/pradyunsg/sphinx-theme-builder/archive/87214d0671c943992c05e3db01dca997e156e8d6.zip",
"sphinx-theme-builder @ git+https://github.com/pradyunsg/sphinx-theme-builder.git@main"
]
build-backend = "sphinx_theme_builder"

Expand Down Expand Up @@ -108,7 +108,7 @@ indent-width = 4
ignore = [
"D107", # Missing docstring in `__init__` | set the docstring in the class
"D205", # 1 blank line required between summary line and description,
"D212", # docstring summary must be on first physical line
"D212", # docstring summary must be on first physical line
"W291", # let pre-commit handle trailing whitespace

]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ extras =
dev
package = editable
deps =
sphinx-theme-builder[cli]@git+https://github.com/pradyunsg/sphinx-theme-builder#egg=d9f620b
sphinx-theme-builder[cli] @ git+https://github.com/pradyunsg/sphinx-theme-builder.git@main
# suppress Py3.11's new "can't debug frozen modules" warning
set_env = PYDEVD_DISABLE_FILE_VALIDATION=1
commands =
Expand All @@ -149,7 +149,7 @@ description = "Check external links in the documentation"
extras = {[testenv:docs-no-checks]extras}
allowlist_externals = bash
commands =
sphinx-build -b linkcheck docs/ docs/_build/linkcheck -W --keep-going
sphinx-build -b linkcheck docs/ docs/_build/linkcheck -W --keep-going -q
bash -c "echo 'Linkcheck complete; see docs/_build/linkcheck/output.txt for any errors'"

# extract translatable files into the POT file and update locale PO files
Expand Down

0 comments on commit 3bb97dd

Please sign in to comment.