Skip to content

Commit 1e451cc

Browse files
Meghan Jonesseisman
andauthored
Remove nbsphinx extension (#931)
* Remove nbsphinx extension * Remove nbsphinx from environment.yml * Remove nbsphinx from breadcrumbs Co-authored-by: Dongdong Tian <[email protected]>
1 parent 0fd514e commit 1e451cc

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

doc/_templates/breadcrumbs.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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" #}
32
{% extends "!breadcrumbs.html" %}
43

54

@@ -26,9 +25,5 @@
2625
class="fa fa-github"> Improve this page</a>
2726
{% endif %}
2827
{% 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 %}
3328
</li>
3429
{% endblock %}

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"sphinx.ext.extlinks",
2727
"sphinx.ext.intersphinx",
2828
"sphinx.ext.napoleon",
29-
"nbsphinx",
3029
"sphinx_gallery.gen_gallery",
3130
"sphinx_copybutton",
3231
]

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
- jupyter
2424
- make
2525
- matplotlib
26-
- nbsphinx
2726
- pylint
2827
- pytest-cov
2928
- pytest-mpl

0 commit comments

Comments
 (0)