##// END OF EJS Templates
Merge pull request #12871 from cocobennett/github-link-fix...
Matthias Bussonnier -
r26499:f1f44b59 merge
parent child Browse files
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 %}
@@ -6,6 +6,7 b' docs/man/*.gz'
6 docs/source/api/generated
6 docs/source/api/generated
7 docs/source/config/options
7 docs/source/config/options
8 docs/source/config/shortcuts/*.csv
8 docs/source/config/shortcuts/*.csv
9 docs/source/savefig
9 docs/source/interactive/magics-generated.txt
10 docs/source/interactive/magics-generated.txt
10 docs/gh-pages
11 docs/gh-pages
11 jupyter_notebook/notebook/static/mathjax
12 jupyter_notebook/notebook/static/mathjax
General Comments 0
You need to be logged in to leave comments. Login now