500 Error on "Files" page caused by the rendering error of markdown file
Created by: layzerar
Completed 500 Internal Server Error in 383ms
ActionView::Template::Error (Traceback (most recent call last):
File "/home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/github-markup-1.1.0/lib/github/commands/rest2html", line 39, in <module>
from docutils.core import publish_parts
ImportError: No module named docutils.core):
10: %pre.clean
11: = readme.data
12: - elsif markup?(readme.name)
13: = render_markup(readme.name, readme.data)
app/helpers/application_helper.rb:224:in `render_markup'
app/views/projects/tree/_readme.html.haml:13:in `_app_views_projects_tree__readme_html_haml___4118775929503206232_70141474817360'
app/views/projects/tree/_tree.html.haml:45:in `_app_views_projects_tree__tree_html_haml___173094230019759570_70141477061800'
app/views/projects/tree/show.html.haml:9:in `_app_views_projects_tree_show_html_haml__1558389671512267045_70141478357360'
app/controllers/projects/tree_controller.rb:6:in `show'
markdown file address: https://github.com/openstack/oslo.messaging/blob/master/README.rst