Browse Source

doc: enable latex caching so docs can finish building in this decade.

pull/9/head
Vladimír Vondruš 6 years ago
parent
commit
1aefd45f2c
  1. 1
      doc/python/conf.py

1
doc/python/conf.py

@ -162,6 +162,7 @@ M_SPHINX_INVENTORIES = [
('numpy.inv', 'https://docs.scipy.org/doc/numpy/', [], ["m-doc-external"])
]
M_HTMLSANITY_SMART_QUOTES = True
M_MATH_CACHE = 'm.math.cache'
PYBIND11_COMPATIBILITY = True

Loading…
Cancel
Save