diff --git a/_templates/layout.html b/_templates/layout.html index 72111aa..46d28a7 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -46,7 +46,6 @@ } - {# Call the parent block #} {{ super() }} {% endblock %} diff --git a/conf.py b/conf.py index 60eb909..0efb1ce 100644 --- a/conf.py +++ b/conf.py @@ -31,9 +31,10 @@ # -- Project information ----------------------------------------------------- project = "Flux" -copyright = """2014 Lawrence Livermore National Security, LLC and Flux developers. -SPDX-License-Identifier: LGPL-3.0""" +# The Copyright and symbol is added by Sphinx +copyright = """Flux Framework a Series of LF Projects, LLC. For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.""" + author = "This page is maintained by the Flux Framework community." # -- RTD configuration ------------------------------------------------------- @@ -384,5 +385,6 @@ def setup(app): linkcheck_ignore = [ r'https://github.com/flux-framework/flux-core\?tab\=readme-ov-file\#build-requirements', - r'https://www.mcs.anl.gov/papers/P1760.pdf' + r'https://www.mcs.anl.gov/papers/P1760.pdf', + r'https://www.merriam-webster.com/dictionary' ]