Skip to content

Commit

Permalink
fix readthedocs requirements
Browse files Browse the repository at this point in the history
RTD was recursively pulling in `requirements.txt` - after removal the docs build failed.
  • Loading branch information
kr-stn authored Jun 26, 2018
1 parent 74295d1 commit 9f15df2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/readthedocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
numpydoc
-r ../requirements.txt
requests
click
html2text
geojson >= 2
tqdm
six
geomet
sphinx >= 1.3

0 comments on commit 9f15df2

Please sign in to comment.