diff --git a/docs/overrides-nrl-staging/main.html b/docs/overrides-nrl-staging/main.html deleted file mode 100644 index 98138487f8..0000000000 --- a/docs/overrides-nrl-staging/main.html +++ /dev/null @@ -1,13 +0,0 @@ -{# Staging GitHub Pages: no Adobe DTM / Hotjar; keep content and theme footer. #} -{% extends "base.html" %} - -{% block extrahead %} -{% endblock %} - -{% block content %} - {{ super() }} -{% endblock %} - -{% block footer %} - {{ super() }} -{% endblock %} diff --git a/docs/overrides/main.html b/docs/overrides/main.html deleted file mode 100644 index 8a8cc8c038..0000000000 --- a/docs/overrides/main.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "base.html" %} - - - -{% block extrahead %} - - - -{% endblock %} - - - - - - - -{% block content %} - -
- Is this page helpful? -
- - {{ super() }} - -{% endblock %} - - - -{% block footer %} - - {{ super() }} - - - -{% endblock %} diff --git a/docs/sphinx_docs/source/conf.py b/docs/sphinx_docs/source/conf.py index a436e0330c..2336a688d0 100644 --- a/docs/sphinx_docs/source/conf.py +++ b/docs/sphinx_docs/source/conf.py @@ -38,13 +38,12 @@ html_theme = "nvidia_sphinx_theme" html_theme_options = { + # set the start date for copyright + "copyright_override": {"start": 2023}, + "public_docs_features": True, "header_links": [ ("Home", "index"), - ("GitHub", "https://github.com/NVIDIA/nvidia-sphinx-theme", True, "fab fa-github"), - ], - "footer_links": [ - ("Privacy Policy", "https://www.nvidia.com/en-us/about-nvidia/privacy-policy/"), - ("Terms of Use", "https://www.nvidia.com/en-us/about-nvidia/legal-info/"), + ("GitHub", "https://github.com/NVIDIA/NeMo-Retriever", True, "fab fa-github"), ], "show_prev_next": True, # Show next/previous buttons at bottom }