Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2020-04-18 13:22:53 +0200
committerArthur de Jong <arthur@arthurdejong.org>2020-04-18 13:56:25 +0200
commit982322ac7477ef3ab64efb4966f750d9c7d0f0b3 (patch)
tree54db74e1ffe84df5001699911679afbfb01b4b81
parent91ca4dac21c66c50b44b9334287ddc4277991867 (diff)
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.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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