reStructuredText not working
Created by: gfairchild
We're running GitLab 7.5.3 on Ubuntu 14.04 LTS, and we're having an issue getting reStructuredText *.rst
files to render.
I installed docutils:
sudo aptitude install python-docutils python3-docutils
However, reStructuredText still isn't rendering. https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#additional-markup-styles makes it sound like all I have to do is install these dependencies, so I'm not sure what's going on.
Does anyone know what steps I'm missing to make sure *.rst
files render properly?