Skip to content

Commit d61c01e

Browse files
Fix docs publishing (#201)
* use docs group reference * [pre-commit.ci lite] apply automatic fixes * linting --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent f5a61cf commit d61c01e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mkdir pages
3131
touch pages/.nojekyll
3232
cd docs
33-
uv run --frozen --with docs sphinx-build src build
33+
uv run --frozen --group docs sphinx-build src build
3434
# remove any doctrees dirs which aren't needed for publishing
3535
find ./build -type d -name '.doctrees' -exec rm -rf {} +
3636
cp -r build/* ../pages/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
- id: detect-private-key
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.16.2"
18+
rev: "v2.18.1"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/codespell-project/codespell

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ run.omit = [
130130
formats = "ipynb,py:light"
131131

132132
# specify where version replacement is performed
133-
134133
[tool.bandit]
135134
exclude_dirs = [ "tests" ]
136135

0 commit comments

Comments
 (0)