We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43925e8 commit 55bd1e6Copy full SHA for 55bd1e6
docs/conf.py
@@ -1,18 +1,6 @@
1
import datetime
2
import os
3
import sys
4
-import urllib.request
5
-
6
-# Configure proxy if available
7
-proxy = os.getenv("HTTP_PROXY")
8
-if proxy:
9
- proxy_handler = urllib.request.ProxyHandler({
10
- 'http': proxy,
11
- 'https': proxy,
12
- })
13
- opener = urllib.request.build_opener(proxy_handler)
14
- urllib.request.install_opener(opener)
15
16
17
# If extensions (or modules to document with autodoc) are in another directory,
18
# add these directories to sys.path here. If the directory is relative to the
0 commit comments