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

Python
2015-03-02 19:46 (10 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
Current rating: 1
The author runs the application development company Cyberneura.
We look forward to discussing your development needs.

Comments

Archive

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