Skip to content

Commit

Permalink
Fix conda config file for sphinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislijepcevic committed Jul 12, 2018
1 parent cfd94d1 commit 2ad8b97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dependencies:
- libgdal
- numpy
- pip:
- Sphinx=1.7.5
- sphinx-rtd-theme=0.4.0
- nbsphinx=0.3.3
- ipython=6.4.0
- Sphinx==1.7.5
- sphinx-rtd-theme==0.4.0
- nbsphinx==0.3.3
- ipython==6.4.0
- git+https://github.com/sentinel-hub/eo-learn#subdirectory=core
- git+https://github.com/sentinel-hub/eo-learn#subdirectory=coregistration
- git+https://github.com/sentinel-hub/eo-learn#subdirectory=features
Expand Down

0 comments on commit 2ad8b97

Please sign in to comment.