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 f025472 commit 2078648Copy full SHA for 2078648
deploy.php
@@ -43,7 +43,7 @@
43
44
# Build the documentation
45
task('python:build_documentation', static function () {
46
- run('bash -lc ". .venv/bin/activate && bin/build_docs"');
+ run('./.venv/bin/sphinx-build -b html docs docs/_build/html');
47
run('ln -sf docs/_build/html pub');
48
});
49
0 commit comments