We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf0b54 commit 70f861fCopy full SHA for 70f861f
2 files changed
.github/workflows/test.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Build the documentation
62
run: |
63
cd "$PROJECT_ROOT"
64
- hatch run docs:build -W
+ hatch run docs:build
65
66
test-scripts:
67
runs-on: ubuntu-latest
{{cookiecutter.project_name}}/pyproject.toml
@@ -68,7 +68,7 @@ features = [ "dev" ]
68
69
[tool.hatch.envs.docs]
70
features = [ "doc" ]
71
-scripts.build = "sphinx-build -M html docs docs/_build {args}"
+scripts.build = "sphinx-build -M html docs docs/_build -W {args}"
72
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
73
scripts.clean = "git clean -fdX -- {args:docs}"
74
0 commit comments