Skip to content

Commit

Permalink
fix conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 24, 2019
1 parent b12faba commit 57466c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx-prompt'
'sphinx-prompt',
'sphinx.ext.intersphinx',
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinxcontrib.httpdomain',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 57466c7

Please sign in to comment.