dtiesling / flask-muck

🧹 Flask REST framework for generating CRUD APIs and OpenAPI specs in the SQLAlchemy, Marshmallow/Pydantic application stack.
https://dtiesling.github.io/flask-muck/
MIT License
163 stars 7 forks source link

Add documentation versioning. #54

Closed dtiesling closed 9 months ago

dtiesling commented 9 months ago

Currently the docs are built off of the main branch. This means documentation for new features goes out before it's actually been published to pypi. Need to set up a system for versioning documentation with the pypi releases.