sojiadeshina commented on a change in pull request #16392: [WIP] Improving
Python Docs API
URL: https://github.com/apache/incubator-mxnet/pull/16392#discussion_r332823211
##########
File path: docs/python_docs/python/Makefile
##########
@@ -47,7 +46,7 @@ build/%: %
html: $(OBJ)
mkdir -p build
cp Makefile_sphinx build/Makefile
- sphinx-autogen build/api/*.rst build/api/*/*.rst -t build/_templates/
+ sphinx-autogen build/api/*.rst build/api/**/*.rst -t build/_templates/
Review comment:
That's the idea but actually I think the effect is the same with a single
`*` .
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services