Merge pull request #6194 from kevin-bates/fix-docs

Pin nbsphinx to 0.8.6, clean up orphaned resources
Carol Willing 4 years ago committed by GitHub
commit d564b67714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,12 +66,7 @@ Verification
While running the notebook, select one of your notebook files (the file will have the extension ``.ipynb``).
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:".
If you are working in development mode, you will see that your version of Jupyter notebook will include the word "dev".
.. image:: ./docs/source/_static/images/jupyter-verification.png
:width: 40pt
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.
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.
Troubleshooting the Installation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@ -1,5 +1,5 @@
sphinx>=1.3.6
sphinx-rtd-theme
nbsphinx
nbsphinx==0.8.6
sphinxcontrib_github_alt
myst_parser

@ -14,7 +14,7 @@ dependencies:
- terminado
- myst-parser
- pip:
- nbsphinx
- nbsphinx==0.8.6
- Send2Trash
- prometheus_client
- sphinxcontrib_github_alt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

@ -1,4 +0,0 @@
# Notebook Examples
The pages in this section are all converted notebook files. You can also
[view these notebooks on nbviewer](http://nbviewer.jupyter.org/github/jupyter/notebook/tree/master/)
Loading…
Cancel
Save