You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using sphinx-argparse, in Sphinx versions 1.7 and above, I get the following exception on build:
Exception occurred:
File "/home/michael/Programming/GenovicAnalysis/venv/local/lib/python2.7/site-packages/docutils/parsers/rst/__init__.py", line 189, in parse
inputstring, tab_width=document.settings.tab_width,
AttributeError: Values instance has no attribute 'tab_width'
The full traceback has been saved in /tmp/sphinx-err-Xwi3_K.log, if you want to report the issue to the developers.
This goes away if I downgrade Sphinx to 1.6.X, or if I remove the 'sphinxarg.ext' line from my extensions, so it's obviously caused by this module.
The text was updated successfully, but these errors were encountered:
When using sphinx-argparse, in Sphinx versions 1.7 and above, I get the following exception on build:
This goes away if I downgrade Sphinx to 1.6.X, or if I remove the
'sphinxarg.ext'
line from my extensions, so it's obviously caused by this module.The text was updated successfully, but these errors were encountered: