blockdiag / sphinxcontrib-blockdiag

Other
16 stars 9 forks source link

make depend on docutils > 8 #7

Closed tardyp closed 7 years ago

tardyp commented 8 years ago

with docutils == 0.7, which is the sphynx base dependency, you get this error:

Exception occurred: File "/usr/home/bbuser/buildbot.net/bslave/docs/build/sandbox/lib/python2.7/site-packages/blockdiag/utils/rst/directives.py", line 179, in run self.add_name(results[0]) AttributeError: 'Blockdiag' object has no attribute 'add_name' The full traceback has been saved in /tmp/sphinx-err-cJd4N2.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. A bug report can be filed in the tracker at https://bitbucket.org/birkenfeld/sphinx/issues/. Thanks!

tardyp commented 7 years ago

@tk0miya will you merge this? Shall I close it?