From 793e63bbdb18584af3be7ccda0a38d70263f9513 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 26 Apr 2020 12:30:13 +0200 Subject: [PATCH] Hide version number, it's not relevant. Compatility breakages are rare, and there are notes in the docs whenever this happens. --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 0504184..aa51749 100644 --- a/conf.py +++ b/conf.py @@ -51,16 +51,16 @@ master_doc = 'index' # General information about the project. project = u'Limnoria' -copyright = u'2003-2015, the Limnoria/Gribble/Supybot contributors' +copyright = u'2003-2020, the Limnoria/Gribble/Supybot contributors' # 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 = '0.83' +#version = '0.83' # The full version, including alpha/beta/rc tags. -release = '0.83.4.1+limnoria' +#release = '0.83.4.1+limnoria' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.