diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2020-04-18 13:22:53 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2020-04-18 13:56:25 +0200 |
commit | 982322ac7477ef3ab64efb4966f750d9c7d0f0b3 (patch) | |
tree | 54db74e1ffe84df5001699911679afbfb01b4b81 | |
parent | 91ca4dac21c66c50b44b9334287ddc4277991867 (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |