Opened 16 years ago
Closed 16 years ago
#7535 closed defect (worksforme)
Restructured text formatted by Pygments instead of rst processor
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | rendering | Version: | 0.11.1 |
Severity: | normal | Keywords: | pygments rst restructured text |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I am trying to set up restructured text (basically the example code from your wiki) on my installation, but the code always gets formatted by the pygments syntax highlighter instead of processed by the rst processor. What am I doing wrong?
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | Bild 1.PNG added |
---|
comment:1 by , 16 years ago
Milestone: | 0.11.2 |
---|---|
Priority: | highest → normal |
comment:2 by , 16 years ago
Ok, I was able to solve the issue. I had installed docutils with apt-get:
apt-get install python-docutils
However, Trac wants us to install it using easy_install:
easy_install docutils
This should be mentioned in the Trac guide (going to add it there).
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Hm. Seems just to be an issue with docutils version, Python path, or similar installation issue. Closing as it now seems to be working.
Highlighted instead of processed