From 8068f50b945f3e25b98bfbfd355dffbe5e1ea064 Mon Sep 17 00:00:00 2001 From: Tim Stadtmann <tim.stadtmann@rwth-aachen.de> Date: Mon, 12 Dec 2016 18:09:13 +0100 Subject: [PATCH] Change copyright & author names in documentation ... to LfB - RWTH Aachen --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bd8d8cf..e09d3c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,17 +81,17 @@ master_doc = 'index' # General information about the project. project = u'Mindstorms EV3 Toolbox' -copyright = u'2016, LfB RWTH-Aachen' -author = u'Tim Stadtmann' +copyright = u'2016, LfB - RWTH Aachen' +author = u'LfB - RWTH Aachen' # 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 = u'v0.3' +version = u'v0.4' # The full version, including alpha/beta/rc tags. -release = u'v0.3-rc.8' +release = u'v0.4-rc.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -293,7 +293,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'MindstormsEV3Toolbox.tex', u'Mindstorms EV3 Toolbox Documentation', - u'Tim Stadtmann', 'manual'), + u'LfB - RWTH Aachen', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- GitLab