summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Parsons <dparsons@debian.org>2021-12-12 18:02:48 -0300
committerRafael Laboissière <rafael@debian.org>2021-12-12 18:02:48 -0300
commite561f64de1047b648a5a3cd25327fbdb3a800ffc (patch)
treeb8dbbab02700aed843e7fac5ed39ef57cbb35c9d
parent23f8845bc281f2679a4cec409417b268b2c3bfa6 (diff)
Provide nlopt-doc package with HTML documentation
Forwarded: not-needed Last-Update: 2019-09-26 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. Gbp-Pq: Name docs_skip_mdx_math.patch
-rw-r--r--mkdocs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8f3b6b9..385c78b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -18,8 +18,8 @@ markdown_extensions:
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']