summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_data/sanity/code-smell/changelog/sphinx.py
blob: 000c29e4e977f1eaacaea34085fb209eac923208 (plain)
1
2
3
4
5
"""Block the sphinx module from being loaded."""
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

raise ImportError('The sphinx module has been prevented from loading to maintain consistent test results.')