Skip to content

Commit 751370a

Browse files
authored
Merge pull request #1201 from jcb91/docs
[docs] more link fixes, don't check anchors
2 parents 4deba56 + c0c5fcd commit 751370a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585

8686
suppress_warnings = ['image.nonlocal_uri']
8787

88+
# don't check for the existence of anchors, since on e.g. github's rendered
89+
# markdown, the anchors are constructed by the rendering javascript, and
90+
# therefore not present in the initial response
91+
linkcheck_anchors = False
8892
# regex patterns for the beginning of links not to check
8993
linkcheck_ignore = [
9094
r'https?://(localhost|127\.0\.0\.1):\d+/', # local links

docs/source/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ upgrade, or `-e` for an editable install.
3939

4040
There are conda packages for the notebook extensions and the
4141
[jupyter_nbextensions_configurator](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator)
42-
available from [conda-forge](https://conda-forge.github.io).
42+
available from [conda-forge](https://conda-forge.org).
4343
You can install both using
4444

4545
conda install -c conda-forge jupyter_contrib_nbextensions

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/README_code_prettify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ History
285285
[ijavascript]: https://n-riesco.github.io/ijavascript
286286
[internals]: #Internals
287287
[js-beautify]: https://github.com/beautify-web/js-beautify
288-
[jsonlite]: https://github.com/jeroenooms/jsonlite
288+
[jsonlite]: https://github.com/jeroen/jsonlite
289289
[jupyter_nbextensions_configurator]: https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator
290290
[KerneExecOnCells library]: README.md
291291
[kernels]: https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages

0 commit comments

Comments
 (0)