Skip to content

Commit

Permalink
Merge pull request #68 from brittonsmith/sphinx
Browse files Browse the repository at this point in the history
Require older sphinx version.
  • Loading branch information
brittonsmith committed Apr 14, 2020
2 parents bea7f6a + 6bcbe7c commit a523eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ commands:
pip install --upgrade pip
pip install --upgrade wheel
pip install --upgrade setuptools
pip install sphinx
pip install 'sphinx<3.0'
download-test-data:
description: "Download test data."
Expand Down

0 comments on commit a523eb0

Please sign in to comment.