ashb commented on a change in pull request #12082:
URL: https://github.com/apache/airflow/pull/12082#discussion_r518885540
##########
File path: docs/conf.py
##########
@@ -125,6 +125,14 @@
# Setup.py files of the providers
"_api/airflow/providers/*/*setup/index.rst",
"_api/airflow/providers/*/*/*setup/index.rst",
+ # Other API rst files.
+ "_api/endpoints/index.rst",
+ "_api/endpoints/*/index.rst",
+ "_api/exceptions/index.rst",
+ "_api/parameters/index.rst",
+ "_api/schemas/index.rst",
+ "_api/schemas/*/index.rst",
+ "_api/security/index.rst",
Review comment:
Something here looks suspect -- these are files form with
`airflow/api_connexion/` -- how is the `api_connexion` path getting
stripped/lost?
----------------------------------------------------------------
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]