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
3 changes: 3 additions & 0 deletions docs/source/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{%- if last_updated %}
<p style="margin-bottom: 0.25rem;">Last updated on {{ last_updated }}.</p>
{%- endif %}
{%- if show_copyright %}
<p style="margin-bottom: 0.75rem;">&#169; Copyright {{ copyright }}.</p>
{%- endif %}
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_extra_path = ['_extra'] # robots.txt, llms.txt, sitemap-docs.xml copied to site root
html_last_updated_fmt = '%Y-%m-%d' # visible page dates — AI answers prefer dateable sources
html_logo = '_static/cryptnox-logo.svg'
html_favicon = '_static/favicon.png'

Expand Down
Loading