mik-laj commented on a change in pull request #12082:
URL: https://github.com/apache/airflow/pull/12082#discussion_r518928196
##########
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:
I will create tickets describing my improvements in documentation, but I
am waiting for the idea to be accepted to quit RTD and to divide documentation
for each provider.
https://github.com/apache/airflow/issues/11423
when the documentation is multi-part it will be easier to fix all problems.
----------------------------------------------------------------
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]