Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
rst_epilog = '.. |version| replace:: %s' % version

# building the versions list
version_start = 29 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER
version_start = 31 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER

# THIS IS THE VERSION THAT IS MAPPED TO https://docs.nextcloud.com/server/stable/
version_stable = 31 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER
version_stable = 32 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER

# Also search for "TODO ON RELEASE" in the rst files

Expand Down
Loading