diff options
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/index.py b/doc-src/index.py index e62c1709..8f18e714 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -5,7 +5,7 @@ import countershape.template sys.path.insert(0, "..") from libmproxy import filt, version -MITMPROXY_SRC = os.path.abspath("..") +MITMPROXY_SRC = os.environ.get("MITMPROXY_SRC", os.path.abspath("..")) ns.VERSION = version.VERSION if ns.options.website: |