Make math render properly in requirements

This commit is contained in:
yuvipanda
2018-06-28 11:54:36 -07:00
parent d552c08f6a
commit f0639ec03c
2 changed files with 7 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ version = ''
# The full version, including alpha/beta/rc tags
release = 'v0.1'
# Enable MathJax for Math
extensions = ['sphinx.ext.mathjax']
# The master toctree document.
master_doc = 'index'