aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-05-17 10:34:04 +0100
committerStephen Finucane <stephen@that.guru>2018-05-21 10:46:05 -0700
commite53137ce005e99da99274b2affe146aa779d7cdf (patch)
treedb92d1f8d9030a45830d2217a916bc06824296d5 /docs
parent3e2396dc8e89c5a91ec65aa9f9feff0209ae95ca (diff)
downloadpatchwork-e53137ce005e99da99274b2affe146aa779d7cdf.tar
patchwork-e53137ce005e99da99274b2affe146aa779d7cdf.tar.gz
docs: Update copyright and remove dead code
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4fd3a04..e0d8a2f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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