summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/en/_themes/flask/layout.html2
-rw-r--r--doc/en/conf.py3
-rw-r--r--doc/en/license.rst2
3 files changed, 3 insertions, 4 deletions
diff --git a/doc/en/_themes/flask/layout.html b/doc/en/_themes/flask/layout.html
index 19c43fbbe..f2fa8e6aa 100644
--- a/doc/en/_themes/flask/layout.html
+++ b/doc/en/_themes/flask/layout.html
@@ -16,7 +16,7 @@
{%- block footer %}
<div class="footer">
&copy; Copyright {{ copyright }}.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.
</div>
{% if pagename == 'index' %}
</div>
diff --git a/doc/en/conf.py b/doc/en/conf.py
index 42dc18fd8..cbb8fdb4b 100644
--- a/doc/en/conf.py
+++ b/doc/en/conf.py
@@ -63,8 +63,7 @@ master_doc = "contents"
# General information about the project.
project = "pytest"
-year = datetime.datetime.utcnow().year
-copyright = "2015–2019 , holger krekel and pytest-dev team"
+copyright = "2015–2019, holger krekel and pytest-dev team"
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/doc/en/license.rst b/doc/en/license.rst
index 5ee55cf96..d94b34a99 100644
--- a/doc/en/license.rst
+++ b/doc/en/license.rst
@@ -9,7 +9,7 @@ Distributed under the terms of the `MIT`_ license, pytest is free and open sourc
The MIT License (MIT)
- Copyright (c) 2004-2017 Holger Krekel and others
+ Copyright (c) 2004-2019 Holger Krekel and others
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in