From 982322ac7477ef3ab64efb4966f750d9c7d0f0b3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 18 Apr 2020 13:22:53 +0200 Subject: Avoid newest Sphinx Newer versions of Sphinx treat underscores differently when used in arguments to automodule causing problems in generating documentation for the stdnum.in_.aadhaar, stdnum.in_.pan, stdnum.is_.kennitala and stdnum.is_.vsk modules. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 645865d..ad60f8b 100644 --- a/tox.ini +++ b/tox.ini @@ -34,5 +34,5 @@ deps = flake8 commands = flake8 stdnum tests update *.py [testenv:docs] -deps = Sphinx +deps = Sphinx<3 commands = sphinx-build -N -b html docs {envtmpdir}/sphinx -W -- cgit v1.2.3