diff --git a/docs/conf.py b/docs/conf.py index ac9f4869..715c9546 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,6 +13,7 @@ sys.path.insert(0, os.path.abspath("..")) +# This import much happen after adding to sys.path or certain doc builds will break from pyngrok import __version__ # -- Project information -----------------------------------------------------