Skip to content

Commit 55bd1e6

Browse files
committed
ugh
1 parent 43925e8 commit 55bd1e6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/conf.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
import datetime
22
import os
33
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-
164

175
# If extensions (or modules to document with autodoc) are in another directory,
186
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)