Skip to content

Commit

Permalink
Not supported extensions removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
drieschel committed Aug 15, 2019
1 parent ebf3d77 commit d6c4ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinxcontrib.phpdomain', 'sensio.sphinx.configurationblock']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig']
source_suffix = '.rst'
master_doc = 'index'
project = 'JTL-Connector'
Expand Down

0 comments on commit d6c4ff7

Please sign in to comment.