File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- {# Extend the RTD template to include "Edit on GitHub" and option to download
2
- notebook generated pages from nbsphinx #}
1
+ {# Extend the RTD template to include "Edit on GitHub" #}
3
2
{% extends "!breadcrumbs.html" %}
4
3
5
4
26
25
class ="fa fa-github "> Improve this page</ a >
27
26
{% endif %}
28
27
{% endif %}
29
- {% if suffix == ".ipynb" %}
30
- < a href ="https://github.com/{{ github_repo }}/raw/{{ github_version }}/{{ doc_path }}/{{ pagename }}{{ suffix }} "
31
- class ="fa fa-download "> Download notebook</ a >
32
- {% endif %}
33
28
</ li >
34
29
{% endblock %}
Original file line number Diff line number Diff line change 26
26
"sphinx.ext.extlinks" ,
27
27
"sphinx.ext.intersphinx" ,
28
28
"sphinx.ext.napoleon" ,
29
- "nbsphinx" ,
30
29
"sphinx_gallery.gen_gallery" ,
31
30
"sphinx_copybutton" ,
32
31
]
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dependencies:
23
23
- jupyter
24
24
- make
25
25
- matplotlib
26
- - nbsphinx
27
26
- pylint
28
27
- pytest-cov
29
28
- pytest-mpl
You can’t perform that action at this time.
0 commit comments