Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
}
</style>


{# Call the parent block #}
{{ super() }}
{% endblock %}
8 changes: 5 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------------
Expand Down Expand Up @@ -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'
]