mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #10430 from nextcloud/listStableVersionsInDoc
version 27 is the latest when generating 27 server documentation
This commit is contained in:
commit
2956b4b35f
4
conf.py
4
conf.py
@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png"
|
||||
rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
# building the versions list
|
||||
version_start = 24 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 26 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
version_start = 25 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 27 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
|
||||
# Also search for "TODO ON RELEASE" in the rst files
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user