Skip to content

Commit

Permalink
clean up docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 2, 2022
1 parent 252a1b8 commit 3432442
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ In Development
- Documented the editable metadata flag
- Update description for collapsed field
- Documented notebook format versions 4.0-4.3 with accurate json schema specification files
- Clarified info about :ref:`name`'s meaning for cells
- Clarified info about name's meaning for cells
- Added a default execution_count of None for new_output_cell('execute_result')
- Added support for handling nbjson kwargs
- Wheels now correctly have a LICENSE file
Expand Down
4 changes: 2 additions & 2 deletions docs/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ the following markdown flavors:
* `CommonMark <http://spec.commonmark.org/0.29/>`_.
* `GitHub Flavored Markdown <https://github.github.com/gfm/>`_

See the `Marked.js specification page <https://marked.js.org/#/README.md#specifications>`_
See the `Marked.js specification page <https://marked.js.org>`_
for more information.

.. note::
Expand Down Expand Up @@ -62,5 +62,5 @@ This is currently the MathJax configuration that is used:
},
}
See the `MathJax script for the classic Notebook UI <https://github.com/jupyter/notebook/blob/master/notebook/static/notebook/js/mathjaxutils.js>`_
See the `MathJax script for the classic Notebook UI <https://github.com/jupyter/notebook/blob/6.4.x/notebook/static/notebook/js/mathjaxutils.js>`_
for one example.
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jsonschema
-e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core
traitlets
jupyter_core
sphinx
sphinxcontrib_github_alt

0 comments on commit 3432442

Please sign in to comment.