summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2b9637f..f1f0c54 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,3 @@
-from textwrap import dedent
import os
import re
import sys
@@ -78,11 +77,9 @@ pygments_style = "sphinx"
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
-doctest_global_setup = dedent(
- """
- from jsonschema import *
+doctest_global_setup = """
+from jsonschema import *
"""
-)
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),