##// END OF EJS Templates
trying something else
Coco Mishra -
Show More
@@ -0,0 +1,7 b''
1 {%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
2
3 {% block breadcrumbs_aside %}
4 {% if not meta or meta.get('github_url') != 'hide' %}
5 {{ super() }}
6 {% endif %}
7 {% endblock %}
@@ -38,7 +38,7 b' else:'
38 38 html_theme = "sphinx_rtd_theme"
39 39 html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
40 40
41 html_show_sourcelink = False
41 # html_show_sourcelink = False
42 42
43 43 # If your extensions are in another directory, add it here. If the directory
44 44 # is relative to the documentation root, use os.path.abspath to make it
General Comments 0
You need to be logged in to leave comments. Login now