diff options
Diffstat (limited to 'docs/_ext/applyxrefs.py')
-rw-r--r-- | docs/_ext/applyxrefs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/applyxrefs.py b/docs/_ext/applyxrefs.py index 513c17d84e..2dbebde0a3 100644 --- a/docs/_ext/applyxrefs.py +++ b/docs/_ext/applyxrefs.py @@ -1,7 +1,7 @@ """Adds xref targets to the top of files.""" -import sys import os +import sys testing = False |