Skip to content

Commit 9a3572a

Browse files
[docs] Fix python docs generation
1 parent b74e726 commit 9a3572a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_api_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
./go javadocs || exit
33

44
# Python
5-
./go //py:setup //py:init //py:docs || exit
5+
tox -c py/tox.ini -e docs || exit
66

77
# Ruby
88
cd rb

0 commit comments

Comments
 (0)