aaronmarkham commented on a change in pull request #16392: [WIP] Improving Python Docs API URL: https://github.com/apache/incubator-mxnet/pull/16392#discussion_r332793583
########## 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: Is that `**` some recursive notation for file paths? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services