We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ccdc57 + 9503e09 commit 9754641Copy full SHA for 9754641
docs/_templates/landing_footer.html
@@ -33,7 +33,7 @@ <h1>Matplotlib</h1>
33
class="button button--green"
34
>Donate to Matplotlib</a>
35
36
- <p class="copywrite">©2021 The Matplotlib Development team</p>
+ <p class="copywrite">{{ copyright }}</p>
37
</div>
38
39
<ul class="mpl-links grid__mpl-links">
docs/conf.py
@@ -5,7 +5,7 @@
5
html_title = 'Visualization with Python'
6
project = "Matplotlib landing page"
7
copyright = (
8
- f"2012 - {datetime.datetime.now().year} The Matplotlib development team"
+ f"© 2012 – {datetime.datetime.now().year} The Matplotlib development team"
9
)
10
author = "Matplotlib Developers"
11
0 commit comments