Skip to content

Commit

Permalink
Enable intersphinx and doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulif committed Dec 30, 2010
1 parent ef53152 commit 01a2c5d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/conf.py
Expand Up @@ -23,11 +23,12 @@
# ---------------------

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.addons.*') or your custom ones.
#extensions = []
#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
# 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc']
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
# 'sphinx.ext.viewcode', # This is currently broken?
]

# Order autodoc generated docs in source code order.
autodoc_member_order = 'bysource'
Expand Down

0 comments on commit 01a2c5d

Please sign in to comment.