diff --git a/docs/conf.py b/docs/conf.py index 99691081d2..96f8b3b754 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,6 +89,8 @@ def generateScalaNativeCurrentYear(): # # today_fmt = '%B %d, %Y' +today_fmt = '%Y-%m-%d %H:%M:%S' # Scala Native change. Use ISO format. + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path diff --git a/docs/index.rst b/docs/index.rst index 34b58469f4..bf167c6544 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,6 +2,8 @@ Scala Native ============ +Document built at : |today| + Version: |release| Scala Native is an optimizing ahead-of-time compiler and lightweight managed diff --git a/docs/sn_alabaster/layout.html b/docs/sn_alabaster/layout.html index 01b37e7578..fba8c6f5fa 100644 --- a/docs/sn_alabaster/layout.html +++ b/docs/sn_alabaster/layout.html @@ -18,10 +18,10 @@ meta.getAttribute("content") !== "" ) { const el = document.createElement("p"); - el.textContent = "Last updated: " + meta.getAttribute("content") + "."; + el.textContent = "Entry last updated: " + meta.getAttribute("content"); h1s[0].insertAdjacentElement("afterend", el); } }); {{ super() }} -{%- endblock %} \ No newline at end of file +{%- endblock %}