Skip to content

Commit 56a0dd7

Browse files
committed
Update doc footer/copyright
1 parent 2180d9e commit 56a0dd7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363

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

6968

7069
# 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)