PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

DOC: update docs for setup.py removal, and fix ReadTheDocs build #669

Closed rgommers closed 1 year ago

rgommers commented 1 year ago

The RTD build somehow still tries to invoke setup.py even though its docs say that that is deprecated and using pip is the default. This PR follows the docs at https://docs.readthedocs.io/en/stable/builds.html and adds the recommended .readthedocs.yaml config file.

rgommers commented 1 year ago

RTD doc builds only trigger on merges to master, so I'm inclined to just merge this. In case it doesn't work immediately, I'll have to set up an RTD build on my own fork.

rgommers commented 1 year ago

This is all pretty trivial, so I'll hit the green button.

rgommers commented 1 year ago

Fixed after commit 5abcc10.