mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
Increase versions to 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
6
conf.py
6
conf.py
@@ -16,15 +16,15 @@ copyright = str(now.year) + ' Nextcloud GmbH'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '13'
|
||||
version = '14'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '13'
|
||||
release = '14'
|
||||
|
||||
# substitutions go here
|
||||
rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
html_context = {
|
||||
'doc_versions': ['11', '12', '13'],
|
||||
'doc_versions': ['11', '12', '13', '14'],
|
||||
'current_doc': os.path.basename(os.getcwd()),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user