Skip to content

Commit 6658e2f

Browse files
docs: fix broken hyperlink to Tornado (#1297)
Co-authored-by: Steven Silvester <[email protected]>
1 parent 7d1ea8b commit 6658e2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/operators/public-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This document describes how you can
3737

3838
.. _ZeroMQ: https://zeromq.org/
3939

40-
.. _Tornado: with Found to http://www.tornadoweb.org/en/stable/
40+
.. _Tornado: http://www.tornadoweb.org/en/stable/
4141

4242
.. _JupyterHub: https://jupyterhub.readthedocs.io/en/latest/
4343

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ filterwarnings = [
275275
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
276276
"ignore:datetime.utcfromtimestamp:DeprecationWarning",
277277
"ignore:datetime.utcnow:DeprecationWarning",
278+
# from nbformat
279+
"ignore:Importing ErrorTree directly from the jsonschema package:DeprecationWarning",
278280
# ignore pytest warnings.
279281
"ignore:::_pytest",
280282
]

0 commit comments

Comments
 (0)