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 14c0ddc commit ff67620Copy full SHA for ff67620
1 file changed
composer.json
@@ -112,7 +112,10 @@
112
"docs:build": "cd docs && uv run sphinx-build -b html . _build/html",
113
"docs:clean": "cd docs && rm -rf _build/*",
114
"docs:linkcheck": "cd docs && uv run sphinx-build -b linkcheck . _build/linkcheck",
115
- "docs:serve": "cd docs && uv run sphinx-autobuild . _build/html --host 0.0.0.0 --port 8000",
+ "docs:serve": [
116
+ "Composer\\Config::disableProcessTimeout",
117
+ "cd docs && uv run sphinx-autobuild . _build/html --host 0.0.0.0 --port 8000"
118
+ ],
119
"docs:setup": "cd docs && uv sync",
120
"lint": [
121
"tools/rector --ansi --dry-run",
0 commit comments