Skip to content

Commit

Permalink
Revert config changes after each documentation test
Browse files Browse the repository at this point in the history
Refs #18843
  • Loading branch information
martyngigg committed Feb 21, 2017
1 parent 339d13f commit 6f4cee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py.in
Expand Up @@ -92,7 +92,9 @@ except NameError:
# Run this after each test group has executed
doctest_global_cleanup = """
from mantid.api import FrameworkManager
from mantid.kernel import ConfigService
FrameworkManager.Instance().clear()
ConfigService.Instance().reset()
"""

# -- Options for pngmath --------------------------------------------------
Expand Down

0 comments on commit 6f4cee4

Please sign in to comment.