feluelle commented on a change in pull request #8591:
URL: https://github.com/apache/airflow/pull/8591#discussion_r416519560
##########
File path: docs/exts/exampleinclude.py
##########
@@ -252,5 +252,5 @@ def setup(app):
app.add_config_value("exampleinclude_sourceroot", None, "env")
if not airflow_theme_is_available:
# Sphinx airflow theme has its own styles.
- app.add_stylesheet('exampleinclude.css')
+ app.add_css_file('exampleinclude.css')
Review comment:
I added the info to the commit msg.
----------------------------------------------------------------
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]