Hi All, I get these error when I try 'make' to make the the documentation of quantum in OpenStack project:
sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.0.7 Exception occurred: File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 116, in __init__ self.setup_extension(extension) File "/usr/lib/pymodules/python2.7/sphinx/application.py", line 250, in setup_extension mod = __import__(extension, None, None, ['setup']) File "/usr/lib/pymodules/python2.7/sphinx/ext/intersphinx.py", line 35, in <module> from sphinx.builders.html import INVENTORY_FILENAME File "/usr/lib/pymodules/python2.7/sphinx/builders/html.py", line 45, in <module> from sphinx.highlighting import PygmentsBridge File "/usr/lib/pymodules/python2.7/sphinx/highlighting.py", line 28, in <module> from pygments.lexers import PythonLexer, PythonConsoleLexer, CLexer, \ File "/usr/lib/python2.7/dist-packages/pygments/lexers/__init__.py", line 18, in <module> from pygments.plugin import find_plugin_lexers File "/usr/lib/python2.7/dist-packages/pygments/plugin.py", line 39, in <module> import pkg_resources File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2663, in <module> working_set = WorkingSet() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 403, in __init__ self.add_entry(entry) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 416, in add_entry self.entry_keys.setdefault(entry, []) TypeError: unhashable type: 'list' The full traceback has been saved in /tmp/sphinx-err-_v4JFz.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. Either send bugs to the mailing list at <http://groups.google.com/ group/sphinx-dev/>, or report them in the tracker at <http://bitbucket.org/birkenfeld/ sphinx/issues/>. Thanks! make: *** [html] Error 1 Need help plesae... -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.