From 3b912dba7be76aec8feb253bec132c6c5ab3d5d1 Mon Sep 17 00:00:00 2001 From: Shahprogrammer <71475691+Shahprogrammer@users.noreply.github.com> Date: Sun, 22 Nov 2020 18:48:27 +0530 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d815f8a..c98252e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os +import os # import sys # sys.path.insert(0, os.path.abspath('.'))