Skip to content

Commit add912f

Browse files
authored
Update doc footer/copyright (pytest-dev#5569)
Update doc footer/copyright
2 parents b77c876 + 9b78a21 commit add912f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

doc/en/_themes/flask/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{%- block footer %}
1717
<div class="footer">
1818
&copy; Copyright {{ copyright }}.
19-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
19+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.
2020
</div>
2121
{% if pagename == 'index' %}
2222
</div>

doc/en/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#
1616
# The full version, including alpha/beta/rc tags.
1717
# The short X.Y version.
18-
import datetime
1918
import os
2019
import sys
2120

@@ -63,8 +62,7 @@
6362

6463
# General information about the project.
6564
project = "pytest"
66-
year = datetime.datetime.utcnow().year
67-
copyright = "2015–2019 , holger krekel and pytest-dev team"
65+
copyright = "2015–2019, holger krekel and pytest-dev team"
6866

6967

7068
# The language for content autogenerated by Sphinx. Refer to documentation

doc/en/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Distributed under the terms of the `MIT`_ license, pytest is free and open sourc
99
1010
The MIT License (MIT)
1111
12-
Copyright (c) 2004-2017 Holger Krekel and others
12+
Copyright (c) 2004-2019 Holger Krekel and others
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy of
1515
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)