From 3c4948742458ed61e5be88006494c1d82a2d8576 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sun, 10 May 2015 13:11:03 -0700 Subject: [PATCH] Doc tweak. - add LLNL release number to new RTD theme. --- lib/spack/docs/_themes/sphinx_rtd_theme/footer.html | 6 +++++- lib/spack/docs/conf.py | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/spack/docs/_themes/sphinx_rtd_theme/footer.html b/lib/spack/docs/_themes/sphinx_rtd_theme/footer.html index 6347a440d73..d000dcbc2ca 100644 --- a/lib/spack/docs/_themes/sphinx_rtd_theme/footer.html +++ b/lib/spack/docs/_themes/sphinx_rtd_theme/footer.html @@ -22,7 +22,12 @@ {%- endif %} {%- endif %} +
+ Written by Todd Gamblin (tgamblin@llnl.gov) and + many contributors. LLNL-CODE-647188. + {%- if last_updated %} +
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %}

@@ -33,4 +38,3 @@ {%- endif %} - diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index c2b2d0e37c2..7303d7fef68 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -94,7 +94,7 @@ # General information about the project. project = u'Spack' -copyright = u'2013-2014, Lawrence Livermore National Laboratory' +copyright = u'2013-2015, Lawrence Livermore National Laboratory.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -203,7 +203,7 @@ #html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +#html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True