File: remove-mathjax-extention-from-sphinx-doc.patch

package info (click to toggle)
cloudkitty 23.0.0~rc2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,492 kB
  • sloc: python: 21,799; sh: 528; makefile: 226; pascal: 54
file content (17 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (6)
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',