We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3cad5 commit f83b0c2Copy full SHA for f83b0c2
1 file changed
conf.py
@@ -14,11 +14,12 @@
14
# serve to show the default.
15
16
import json
17
-import sys
18
import os
+import subprocess
19
+import sys
20
+import urllib.parse
21
22
import recommonmark
-import subprocess
23
24
# If extensions (or modules to document with autodoc) are in another directory,
25
# add these directories to sys.path here. If the directory is relative to the
0 commit comments