oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
241 stars 32 forks source link

version not found when building docs #364

Closed knaaptime closed 1 year ago

knaaptime commented 1 year ago

https://github.com/oturns/geosnap/actions/runs/4368054419/jobs/7640149025

if i do

import geosnap
geosnap.__version__

i get '0.11.1.dev35+g2e4587cf60e3.d20230308'

any clue @jGaboardi ?

knaaptime commented 1 year ago

(building docs also fails locally)

knaaptime commented 1 year ago

i think it was the legacy path hack: sys.path.insert(0, os.path.abspath("../")) that doesnt play nice with setuptools_csm

knaaptime commented 1 year ago

resolved by #365