[tor-commits] [sbws/master] Enable ext to convert latex math to img

juga at torproject.org juga at torproject.org
Tue Sep 18 09:26:12 UTC 2018


commit b5c3f11f65b4f07e8d5a3acef8d289bc71726d19
Author: juga0 <juga at riseup.net>
Date:   Wed Sep 5 12:46:38 2018 +0000

    Enable ext to convert latex math to img
    
    also enable intersphinx
---
 docs/source/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5e260d4..d65a209 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,6 +48,8 @@ extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
     'sphinx.ext.githubpages',
+    'sphinx.ext.imgmath',
+    'sphinx.ext.intersphinx'
 ]
 
 # Add any paths that contain templates here, relative to this directory.





More information about the tor-commits mailing list