Skip to content

Commit

Permalink
docs: fix broken hyperlink to Tornado (#1297)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
  • Loading branch information
emmanuel-ferdman and blink1073 committed Jul 7, 2023
1 parent 7d1ea8b commit 6658e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/operators/public-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This document describes how you can

.. _ZeroMQ: https://zeromq.org/

.. _Tornado: with Found to http://www.tornadoweb.org/en/stable/
.. _Tornado: http://www.tornadoweb.org/en/stable/

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

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ filterwarnings = [
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
"ignore:datetime.utcfromtimestamp:DeprecationWarning",
"ignore:datetime.utcnow:DeprecationWarning",
# from nbformat
"ignore:Importing ErrorTree directly from the jsonschema package:DeprecationWarning",
# ignore pytest warnings.
"ignore:::_pytest",
]
Expand Down

0 comments on commit 6658e2f

Please sign in to comment.