From dfc7b5481e1d5adb7cff94e928b2544e4a75bab0 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Thu, 31 Dec 2015 16:45:24 +0300 Subject: [PATCH] Add mathjax extension to render math equations --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index ab99fe2..582192a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -24,6 +24,7 @@ extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', # 'oslosphinx' + 'sphinx.ext.mathjax' ] # Don't use default openstack theme, for readthedocs