Comment 1 for bug 1206670

Revision history for this message
ruhe (ruhe) wrote :

Seems like it was broken by https://github.com/stackforge/savanna/commit/98ebdea9195f8f8f1a9268ff389608d4a6d4b45d
Package savanna/cmd shadows Python library cmd.

I've renamed it to xcmd and `tox -e docs` gets further, but then fails with new stranger error:

  File "/Users/ruhe/code/savanna_master/.tox/docs/lib/python2.7/site-packages/docutils/writers/manpage.py", line 411, in depart_admonition
    self.depart_block_quote(node)
  File "/Users/ruhe/code/savanna_master/.tox/docs/lib/python2.7/site-packages/docutils/writers/manpage.py", line 449, in depart_block_quote
    self.dedent()
  File "/Users/ruhe/code/savanna_master/.tox/docs/lib/python2.7/site-packages/docutils/writers/manpage.py", line 865, in dedent
    self._indent.pop()
IndexError: pop from empty list