2010-12-10 73 views

Répondre

9

Je l'ai fait.

Exiger un .CSS dans votre conf.py

html_style = 'mydoc.css' 

Dans le _static/mydoc.css, utilisez quelque chose comme ça

@import url("default.css"); 

span.strikethrough { text-decoration: line-through; } 

Dans le document, faire.

.. role:: strikethrough 

make text :strikethrough:`strikethrough` in the sphinx