diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index fa14e6f..5fb760b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,10 +18,9 @@ from __future__ import unicode_literals import os import sys -import gitlab - sys.path.append("../") sys.path.append(os.path.dirname(__file__)) +import gitlab # noqa: E402. Needed purely for readthedocs' build on_rtd = os.environ.get("READTHEDOCS", None) == "True" |