diff --git a/docs/release_process.rst b/docs/release_process.rst index bece7e0189..9a0c03a058 100644 --- a/docs/release_process.rst +++ b/docs/release_process.rst @@ -43,7 +43,7 @@ Run the tests, lint the code, and build the documentation: .. code:: bash - $ python -m tox -r -- -W error # --recreate, raise error on warning + $ python -m tox -r -- -W error -W ignore:"The signature of":PendingDeprecationWarning # --recreate, raise error on warning $ python lint-code.py --disable-noqa $ python build-docs.py -b doctest $ python build-docs.py