diff --git a/website/_templates/layout.html b/website/_templates/layout.html new file mode 100644 index 00000000..1fca7c9a --- /dev/null +++ b/website/_templates/layout.html @@ -0,0 +1,14 @@ + + + +{% extends '!layout.html' %} + +{% block footer %} + +

+ +

Copyright © OpenEXR a Series of LF Projects, LLC.

+

For web site terms of use, trademark policy and other project policies +please see https://lfprojects.org.

+ +{% endblock %} diff --git a/website/conf.py b/website/conf.py index b8c21668..5e408046 100644 --- a/website/conf.py +++ b/website/conf.py @@ -74,7 +74,6 @@ # General information about the project. project = 'Imath' -copyright = '2021, Contributors to the OpenEXR Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the