Browse Source

Revert inclusion of sphinx.ext.imgconverter

This was added in #2820 to convert GIFs in the PDF output,
but it also converts them in HTML...

Fixes #2861.
Rémi Verschelde 5 years ago
parent
commit
5f471bc8c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf.py

+ 1 - 1
conf.py

@@ -11,7 +11,7 @@ needs_sphinx = '1.3'
 
 
 # Sphinx extension module names and templates location
 # Sphinx extension module names and templates location
 sys.path.append(os.path.abspath('extensions'))
 sys.path.append(os.path.abspath('extensions'))
-extensions = ['gdscript', 'sphinx_tabs.tabs', 'sphinx.ext.imgmath', 'sphinx.ext.imgconverter']
+extensions = ['gdscript', 'sphinx_tabs.tabs', 'sphinx.ext.imgmath']
 
 
 templates_path = ['_templates']
 templates_path = ['_templates']