cixuuz commented on a change in pull request #4788: [AIRFLOW-3811][3/3] Add
automatic generation of API Reference
URL: https://github.com/apache/airflow/pull/4788#discussion_r267597950
##########
File path: setup.py
##########
@@ -160,11 +160,12 @@ def write_version(filename=os.path.join(*['airflow',
databricks = ['requests>=2.20.0, <3']
datadog = ['datadog>=0.14.0']
doc = [
- 'sphinx>=1.2.3',
'sphinx-argparse>=0.1.13',
+ 'sphinx-autoapi>=0.7.1',
+ 'Sphinx-PyPI-upload>=0.2.1',
'sphinx-rtd-theme>=0.1.6',
+ 'sphinx>=1.2.3',
'sphinxcontrib-httpdomain>=1.7.0',
- 'Sphinx-PyPI-upload>=0.2.1'
Review comment:
sphinx and Sphinx-PyPI-upload could keep same order. Looks like no changes
happened.
----------------------------------------------------------------
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