Skip to content

Commit

Permalink
Remove version pinnings for docs build
Browse files Browse the repository at this point in the history
[docs only]
  • Loading branch information
astrofrog committed Oct 30, 2019
1 parent ec95ff9 commit 4fd0838
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Expand Up @@ -110,12 +110,10 @@ jobs:
sudo apt install -y graphviz
- run:
name: Install Python dependencies
# NOTE: we pin matplotlib below due to a bug that affects plotting of
# quantities: https://github.com/matplotlib/matplotlib/issues/14274
command: |
python3 -m venv venv
. venv/bin/activate
pip install "numpydoc<0.9" "matplotlib<3.1" "sphinx<2.2"
pip install numpydoc matplotlib sphinx
pip install .[docs,all]
- run:
name: Make sure flake8 passes
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Expand Up @@ -13,7 +13,6 @@ python:
extra_requirements:
- docs
- all
- requirements: docs/rtd_requirements.txt

submodules:
include: all
Expand Down
1 change: 0 additions & 1 deletion docs/rtd_requirements.txt

This file was deleted.

0 comments on commit 4fd0838

Please sign in to comment.