Added documentation to build the Docker images

This commit is contained in:
Eliot Berriot 2019-01-21 16:44:57 +01:00
parent 29083f72ea
commit e44b9e0418
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 80 additions and 0 deletions

View file

@ -58,6 +58,8 @@ author = "Eliot Berriot"
#
# The short X.Y version.
version = funkwhale_api.__version__
if "-dev" in version:
version = "develop"
# The full version, including alpha/beta/rc tags.
release = version