django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RST pages aren't rendered on the wiki

bmispelon opened this issue · comments

(reported originally by Natalia)

It seems that restructuredtext (rst) wii pages are not rendered to HTML anymore, see this one as an example: https://code.djangoproject.com/wiki/Version5.1Roadmap

Trac's documentation indicates that docutils needs to be installed for that to happen.

It seems that I removed the requirement in d9356b4, most likely because I didn't know about this dependency. Fixing this should be as simple as re-adding the requirement, but it would be nice to also have a test for the behavior so we don't break it again in the future.