potiuk commented on a change in pull request #22100:
URL: https://github.com/apache/airflow/pull/22100#discussion_r822088123
##########
File path: setup.py
##########
@@ -275,7 +275,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'sphinx-argparse>=0.1.13',
'sphinx-autoapi>=1.8.0',
'sphinx-copybutton',
- 'sphinx-jinja>=1.1',
+ 'sphinx-jinja>=1.1, <2.0',
Review comment:
```suggestion
# sphinx-jinja 2 breaks our documentation build.
# The limit should be removed after we fix docs build
'sphinx-jinja>=1.1, <2.0',
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]