Skip to content

Commit

Permalink
Activate the mantiddoc.doctest extension
Browse files Browse the repository at this point in the history
Refs #9874
  • Loading branch information
martyngigg committed Aug 3, 2014
1 parent 858c775 commit 674756b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/docs/conf.py.in
Expand Up @@ -31,7 +31,8 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.doctest',
'mantiddoc.directives',
'mantiddoc.autodoc'
'mantiddoc.autodoc',
'mantiddoc.doctest'
]

#try: # bonus for doxygen links - TODO off for now
Expand Down Expand Up @@ -102,7 +103,7 @@ pngmath_use_preview = True

# -- Options for breathe output ------------------------------------------------

#breathe_projects = {
#breathe_projects = {
# "mantid" : "@CMAKE_RUNTIME_OUTPUT_DIRECTORY@/../doxygen/xml/"
#}
#breathe_default_project = "mantid"
Expand Down

0 comments on commit 674756b

Please sign in to comment.