File: docs_skip_mdx_math.patch

package info (click to toggle)
nlopt 2.7.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,928 kB
  • sloc: ansic: 24,572; cpp: 2,983; sh: 86; makefile: 55; f90: 53; lisp: 37; python: 27
file content (21 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Provide nlopt-doc package with HTML documentation
 Debian patch docs_skip_mdx_math.patch skips mdx_math in docs. It is
 provided by python-markdown-math which is not packaged yet. Needed to
 render inline TeX maths e.g. $lb_i = ub_i$, so we'll manage without
 that for now.
Author: Drew Parsons <dparsons@debian.org>
Forwarded: not-needed
Last-Update: 2019-09-26
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -18,8 +18,8 @@
         title: Table of Contents
     - attr_list
     - fenced_code
-    - mdx_math:
-        enable_dollar_delimiter: True
+#    - mdx_math:
+#        enable_dollar_delimiter: True
 
 extra_javascript: ['https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML','mathjaxhelper.js']