Disable Links in docutils' rst Writer (docutils.writers.html4css1)

Python
2015-03-02 19:46 (9 years ago) ytyng
Couldn't find the configuration item, so I'll use a monkey patch.

from docutils.writers.html4css1 import HTMLTranslator

HTMLTranslator.visit_reference = lambda a, b: None
HTMLTranslator.depart_reference = lambda a, b: None
Currently unrated

Comments

Archive

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011