Skip to content

Commit

Permalink
Pin Sphinx to versions below 3.1 on macOS (#13535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape authored Jun 11, 2020
1 parent 6ab67f7 commit e55b6dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup/mac/source_distribution/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
boto3
jupyter
pandas
# Excluded due to https://github.com/sphinx-doc/sphinx/issues/6225
Sphinx != 2.0.0
# 2.0.0 excluded due to https://github.com/sphinx-doc/sphinx/issues/6225
# TODO(jamiesnape): Fix pydrake_sphinx_extension for Sphinx 3.1.0 and above.
Sphinx != 2.0.0,<3.1.0
sphinx_rtd_theme

0 comments on commit e55b6dd

Please sign in to comment.