1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Remove mathjax extension from sphinx doc
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2018-02-20
Index: cloudkitty/doc/source/conf.py
===================================================================
--- cloudkitty.orig/doc/source/conf.py
+++ cloudkitty/doc/source/conf.py
@@ -46,7 +46,6 @@ extensions = ['sphinx.ext.coverage',
'oslo_config.sphinxext',
'sphinx.ext.viewcode',
'oslo_config.sphinxconfiggen',
- 'sphinx.ext.mathjax',
'wsmeext.sphinxext',
'sphinx.ext.autodoc',
'sphinxcontrib.pecanwsme.rest',
|