We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd6c94 commit 0e258adCopy full SHA for 0e258ad
1 file changed
docs/source/conf.py
@@ -16,10 +16,10 @@
16
# add these directories to sys.path here. If the directory is relative to the
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
#
19
-import os
20
-import sys
+# import os
+# import sys
21
+# sys.path.insert(0, os.path.abspath('.'))
22
from datetime import datetime
-sys.path.insert(0, os.path.abspath('../../src'))
23
import rfc3986
24
25
0 commit comments