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 194458b commit fdb1f5dCopy full SHA for fdb1f5d
book/update.cgi
@@ -18,8 +18,8 @@ chdir "..";
18
my $status = system('/bin/bash', '-c', '
19
source venv/bin/activate &&
20
poetry install --only docs &&
21
- rm -rf book/python &&
22
sphinx-build -M html underactuated /tmp/underactuated_doc &&
+ rm -rf book/python &&
23
cp -r /tmp/underactuated_doc/html book/python
24
');
25
0 commit comments