Skip to content

Commit 6675ca9

Browse files
committed
Pin nbsphinx to 0.8.6, clean up orphaned resources
1 parent 76d051e commit 6675ca9

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ Verification
6767
While running the notebook, select one of your notebook files (the file will have the extension ``.ipynb``).
6868
In the top tab you will click on "Help" and then click on "About". In the pop window you will see information about the version of Jupyter that you are running. You will see "The version of the notebook server is:".
6969
If you are working in development mode, you will see that your version of Jupyter notebook will include the word "dev".
70-
71-
.. image:: ./docs/source/_static/images/jupyter-verification.png
72-
:width: 40pt
73-
7470
If it does not include the word "dev", you are currently not working in development mode and should follow the steps below to uninstall and reinstall Jupyter.
7571

7672
Troubleshooting the Installation

docs/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx>=1.3.6
22
sphinx-rtd-theme
3-
nbsphinx
3+
nbsphinx==0.8.6
44
sphinxcontrib_github_alt
55
myst_parser

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- terminado
1515
- myst-parser
1616
- pip:
17-
- nbsphinx
17+
- nbsphinx==0.8.6
1818
- Send2Trash
1919
- prometheus_client
2020
- sphinxcontrib_github_alt
-14.9 KB
Binary file not shown.

docs/source/examples/Notebook/header.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)