For now, docs get deployed everytime someone pushes to the repository directly. This means that the documentation is not in sync with what the pypi repository contains.
We should deploy to the docs site only when we make a new release, but it would also be good to keep another page with the "development" version docs (pending on what we decide with https://github.com/BjornFJohansson/pydna/issues/302)
Multi-version is supported by sphinx, but I have not checked how to implement that yet.
For now, docs get deployed everytime someone pushes to the repository directly. This means that the documentation is not in sync with what the pypi repository contains.
We should deploy to the docs site only when we make a new release, but it would also be good to keep another page with the "development" version docs (pending on what we decide with https://github.com/BjornFJohansson/pydna/issues/302)
Multi-version is supported by sphinx, but I have not checked how to implement that yet.
This is related to #304