Toblerity / Fiona

Fiona reads and writes geographic data files
https://fiona.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 202 forks source link

Attempt to fix the broken online documentation #1307

Closed loicdtx closed 10 months ago

loicdtx commented 10 months ago

The "API documentation" section of the online documentation uses sphinx autodoc, which requires fiona to be install in the sphinx build environment. Apparently this is needs to be done explicitly via .readthedocs.yaml conf file. This is what this PR does

1306

loicdtx commented 10 months ago

The docs from that last build look fine. I added geos but wondering whether it's really required. (I copied from the unit testing environment)