Skip to content

Commit

Permalink
Limits Sphinx to <3.5.0
Browse files Browse the repository at this point in the history
Sphinx 3.5.0 released on 14th of Feb introduced a problem in our
doc builds.

It is documented in sphinx-doc/sphinx#8880

Until this problem is solved we are limiting Sphinx.
  • Loading branch information
potiuk committed Feb 15, 2021
1 parent d411f46 commit 04fe83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ def get_sphinx_theme_version() -> str:
'datadog>=0.14.0',
]
doc = [
'sphinx>=2.1.2',
# Sphinx is limited to < 3.5.0 because of https://github.com/sphinx-doc/sphinx/issues/8880
'sphinx>=2.1.2, <3.5.0',
f'sphinx-airflow-theme{get_sphinx_theme_version()}',
'sphinx-argparse>=0.1.13',
'sphinx-autoapi==1.0.0',
Expand Down

0 comments on commit 04fe83a

Please sign in to comment.