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 2a14ddf commit 14451f0Copy full SHA for 14451f0
ci/docs.sh
@@ -19,14 +19,16 @@ sudo make
19
20
# make documentation
21
show-green "Building documentation"
22
+
23
if [ ! -d "doc" ]; then
24
echo "Error: doc directory does not exist."
25
exit 1
26
fi
27
28
cd doc
-make html
29
+sphinx-build -b html -d _build/doctrees . _build/html
30
cd ..
-mkdir deploy
31
+mkdir -p deploy
32
cp -r doc/_build/html deploy/sugar3
33
touch deploy/.nojekyll
34
# create an index.html so that users don't become confused
0 commit comments