EricGao888 commented on pull request #8340: URL: https://github.com/apache/dolphinscheduler/pull/8340#issuecomment-1035976404
> Python api doc build failed. because we use `examples/tutorial.py`'s source to generate document connect. you should also change content in https://github.com/apache/dolphinscheduler/blob/35578efd08905d30a1c56a5741f689590249c8ce/dolphinscheduler-python/pydolphinscheduler/docs/source/tutorial.rst#overview-of-tutorial > > ```diff > - .. literalinclude:: ../../examples/tutorial.py > + .. literalinclude:: ../../src/pydolphinscheduler/examples/tutorial.py > :start-after: [start tutorial] > :end-before: [end tutorial] > ``` Thanks for the comment! I'm working on it. BTW, maybe we can add run cmd `make clean && make html` into DEVELOP.md so that developers could make sure the doc building is fine by running the cmd locally ahead. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
