diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html new file mode 100644 index 00000000000..6f8d8c84c65 --- /dev/null +++ b/docs/_templates/footer.html @@ -0,0 +1,42 @@ +{%- set show_copyright_backup = show_copyright -%} +{%- set show_copyright = false -%} +{% extends "!footer.html" %} +{%- block extrafooter %} + + + +
+ +{%- if show_copyright_backup %} + +{%- endif %} +{{ super() }} + +{% endblock %} \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 724f94e56b8..c5262e78c25 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,8 @@ # -- Project information ----------------------------------------------------- +# remove sphinx footer +html_show_sphinx = False project = "NVIDIA DALI" copyright = "2018-{}, NVIDIA Corporation".format(date.today().year) author = "NVIDIA Corporation"