Skip to content

Commit

Permalink
Fix sphinx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Mar 30, 2016
1 parent 28c6ac1 commit 0b99969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
#extensions = ['sphinx.ext.autodoc']

extensions = ['djangocms', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
extensions = ['djangocms', 'sphinx.ext.intersphinx']
intersphinx_mapping = {
'python': ('http://docs.python.org/3/', None),
'django': ('http://readthedocs.org/docs/django/en/latest/', None),
Expand Down

0 comments on commit 0b99969

Please sign in to comment.