jstern commented on a change in pull request #7133: [AIRFLOW-6535] add 
exception to fail without retry
URL: https://github.com/apache/airflow/pull/7133#discussion_r374955471
 
 

 ##########
 File path: docs/conf.py
 ##########
 @@ -207,9 +207,12 @@
 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
 
 # Generate top-level
+
+allowed_top_level = ("exceptions.py",)
 
 Review comment:
   This works ... 
   
   ```
   :py:mod:`airflow.exceptions`
   ```
   
   ... but only if I keep my changes in conf.py 😦 Otherwise it "works" but does 
not create a link. I'm pretty sure the code I'm touching in conf.py is actively 
excluding that module from the autodocs.

----------------------------------------------------------------
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

Reply via email to