Skip to content

Commit

Permalink
Attempt to fix the broken online documentation (#1307)
Browse files Browse the repository at this point in the history
* Explicitly instruct RTD to install project package via config file

* cython and geos added to sphinx build environment

* Unrestrict geos version

* Remove superfluous geos dependency (not directly called by fiona and
already a dependency of gdal)
  • Loading branch information
loicdtx authored Oct 20, 2023
1 parent 418783a commit e74dae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ build:

conda:
environment: environment.yml

python:
install:
- method: setuptools
path: .
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- pip
- python=3.9.*
- libgdal=3.4.*
- cython=3
- sphinx-click
- sphinx-rtd-theme
- pip:
Expand Down

0 comments on commit e74dae8

Please sign in to comment.