Update copyright date and version displayed in the page title.
authorCamila <hello@camila.codes>
Mon, 24 Aug 2020 14:58:33 +0000 (16:58 +0200)
committerMichael Schuster (Rebase PR Action) <misch7@users.noreply.github.com>
Tue, 25 Aug 2020 18:50:14 +0000 (18:50 +0000)
- This is the title displayed at https://docs.nextcloud.com/desktop/x.y

Signed-off-by: Camila <hello@camila.codes>
doc/conf.py

index 3b967d7e00751232b83017532fdb2f1be86eacd5..ed02e5f186b4181b0b312779195fd240b9b7688c 100644 (file)
@@ -41,16 +41,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Nextcloud Client Manual'
-copyright = u'2013-2018, The Nextcloud developers'
+copyright = u'2013-2020, The Nextcloud developers'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '2.4.0'
+version = '3.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.4.0'
+release = '3.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.