summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_util/controller/sanity/code-smell/changelog/sphinx.py
blob: 7eab0f573a1bea717076e2c0291903f69f125b96 (plain)
1
2
3
4
"""Block the sphinx module from being loaded."""
from __future__ import annotations

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