From 80ca5372f6d4c66d9b114f7002946a1d32fa69dc 2021-04-17 01:52:11 From: Coco Mishra Date: 2021-04-17 01:52:11 Subject: [PATCH] trying something else --- diff --git a/docs/source/_templates/breadcrumbs.html b/docs/source/_templates/breadcrumbs.html new file mode 100644 index 0000000..804ad69 --- /dev/null +++ b/docs/source/_templates/breadcrumbs.html @@ -0,0 +1,7 @@ +{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} + +{% block breadcrumbs_aside %} +{% if not meta or meta.get('github_url') != 'hide' %} +{{ super() }} +{% endif %} +{% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 73f7f13..30d05a1 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,7 +38,7 @@ else: html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -html_show_sourcelink = False +# html_show_sourcelink = False # If your extensions are in another directory, add it here. If the directory # is relative to the documentation root, use os.path.abspath to make it