Browse Source

removed unused extension from sphinx config

albertodemichelis 6 years ago
parent
commit
ca2c74b319
1 changed files with 1 additions and 2 deletions
  1. 1 2
      doc/source/conf.py

+ 1 - 2
doc/source/conf.py

@@ -29,8 +29,7 @@ import time
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = [
-    'sphinx.ext.pngmath',
+extensions = [    
 ]
 
 # Add any paths that contain templates here, relative to this directory.