summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-05-10 13:11:03 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2015-05-10 13:11:03 -0700
commit3c4948742458ed61e5be88006494c1d82a2d8576 (patch)
tree5222c120c3b192388948767cd03b1aa98486c681
parent793b842f99126fe71ca7f5d98e197b05b868c846 (diff)
downloadspack-3c4948742458ed61e5be88006494c1d82a2d8576.tar.gz
spack-3c4948742458ed61e5be88006494c1d82a2d8576.tar.bz2
spack-3c4948742458ed61e5be88006494c1d82a2d8576.tar.xz
spack-3c4948742458ed61e5be88006494c1d82a2d8576.zip
Doc tweak.
- add LLNL release number to new RTD theme.
-rw-r--r--lib/spack/docs/_themes/sphinx_rtd_theme/footer.html6
-rw-r--r--lib/spack/docs/conf.py4
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 6347a440d7..d000dcbc2c 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 %}
+ <br/>
+ Written by Todd Gamblin (<a href="mailto:tgamblin@llnl.gov">tgamblin@llnl.gov</a>) and
+ many contributors. LLNL-CODE-647188.
+
{%- if last_updated %}
+ <br/>
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}
</p>
@@ -33,4 +38,3 @@
{%- endif %}
</footer>
-
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index c2b2d0e37c..7303d7fef6 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -94,7 +94,7 @@ master_doc = 'index'
# 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_last_updated_fmt = '%b %d, %Y'
#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