From 56129159b1d5cf621e6245dbaf2f622d4cf055e7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Feb 2019 22:24:22 +0300 Subject: [PATCH] Docs(conf): Fix: import os, sys --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 53b3a59..1b5d154 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,8 +17,8 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # from datetime import date -# import os -# import sys +import os +import sys # sys.path.insert(0, os.path.abspath('.')) -- 2.39.2