]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Update copyright and remove dead code
authorStephen Finucane <stephen@that.guru>
Thu, 17 May 2018 09:34:04 +0000 (10:34 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 21 May 2018 17:46:05 +0000 (10:46 -0700)
We're firmly in 2018 now and we're also using sphinx_rtd_theme 0.3.0.
This means we can bump the copyright and remove what is now dead code.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Acked-by: Daniel Axtens <dja@axtens.net>
docs/conf.py

index 4fd3a04f240d22e8906543ebf38a5622e13469e6..e0d8a2f7855f6239ceb2838fb58d9d351b394f2e 100644 (file)
@@ -30,8 +30,6 @@ extensions = ['sphinx.ext.todo', 'reno.sphinxext']
 
 if has_rtd_theme:
     html_theme = 'sphinx_rtd_theme'
-    # TODO(stephenfin): Remove this once we use v0.2.5
-    html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = []
@@ -47,8 +45,8 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Patchwork'
-copyright = u'2017, Stephen Finucane'
-author = u'Stephen Finucane'
+copyright = u'2018, Patchwork Developers'
+author = u'Patchwork 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