We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd65c0 commit 987d732Copy full SHA for 987d732
Makefile
@@ -33,6 +33,7 @@ build:
33
python setup.py build
34
35
upload-docs:
36
+ git submodule update --init # for sphinx flask theme
37
python setup.py build_sphinx
38
python setup.py upload_docs
39
0 commit comments