Skip to content

Commit d564b67

Browse files
authored
Merge pull request jupyter#6194 from kevin-bates/fix-docs
Pin nbsphinx to 0.8.6, clean up orphaned resources
2 parents 07afafc + bce067f commit d564b67

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ Verification
6666

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:".
69-
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-
74-
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.
69+
If you are working in development mode, you will see that your version of Jupyter notebook will include the word "dev". 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.
7570

7671
Troubleshooting the Installation
7772
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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)