We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288dde5 commit 0bf34a3Copy full SHA for 0bf34a3
pyproject.toml
@@ -154,6 +154,10 @@ check = [
154
"cd docs && poetry run sphinx-build -a -T -W --keep-going -b doctest source build",
155
"cd docs && docker build . --file Dockerfile",
156
]
157
+serve = [
158
+ "cd docs && poetry install",
159
+ "cd docs && poetry run python main.py --watch=../src/ --ignore=**/_auto/* --ignore=**/custom.js --ignore=**/node_modules/* --ignore=**/package-lock.json -a -E -b html source build",
160
+]
161
162
################################
163
# >>> Hatch Python Scripts <<< #
0 commit comments