Skip to content

Commit e53137c

Browse files
committed
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 <[email protected]> Acked-by: Daniel Axtens <[email protected]>
1 parent 3e2396d commit e53137c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/conf.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
if has_rtd_theme:
3232
html_theme = 'sphinx_rtd_theme'
33-
# TODO(stephenfin): Remove this once we use v0.2.5
34-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
3533

3634
# Add any paths that contain templates here, relative to this directory.
3735
templates_path = []
@@ -47,8 +45,8 @@
4745

4846
# General information about the project.
4947
project = u'Patchwork'
50-
copyright = u'2017, Stephen Finucane'
51-
author = u'Stephen Finucane'
48+
copyright = u'2018, Patchwork Developers'
49+
author = u'Patchwork Developers'
5250

5351
# The version info for the project you're documenting, acts as replacement for
5452
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)