Skip to content

Commit

Permalink
Pin Sphinx that circleCI uses
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdhicks committed May 24, 2017
1 parent b2638e2 commit 9e908a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
export PATH="$HOME/miniconda/bin:$PATH"
conda env create -q -n agdc --file .travis/environment_py35.yaml
source activate agdc
conda install -q sphinx sphinx_rtd_theme mock click # Stuff for docs
conda install -q sphinx==1.5.6 sphinx_rtd_theme mock click # Stuff for docs
pip install . --no-deps --upgrade
# - restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'interactive': ['matplotlib', 'fiona'],
'distributed': ['distributed', 'dask[distributed]'],
'analytics': ['scipy', 'pyparsing', 'numexpr'],
'doc': ['Sphinx==1.5.6', 'setuptools'],
'doc': ['Sphinx', 'setuptools'],
'replicas': ['paramiko', 'sshtunnel', 'tqdm'],
'test': tests_require,
}
Expand Down

0 comments on commit 9e908a0

Please sign in to comment.