From cccabf53307a0e87ca5a3b4e7ab98665c9b2f55e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 28 Apr 2021 13:19:49 +0300 Subject: [PATCH] Add missed "sphinx-notfound-page" package for docs --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9bd70269..9f71ed25 100644 --- a/tox.ini +++ b/tox.ini @@ -52,6 +52,7 @@ commands = deps = sphinx sphinx_rtd_theme + sphinx-notfound-page restructuredtext-lint commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html