From d4e1a997e2cb194b870b36a54ce0d9ae9e1c204b Mon Sep 17 00:00:00 2001 From: me-kell Date: Fri, 25 Nov 2022 09:55:46 +0100 Subject: [PATCH] Update conf.py --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 63dda7a8..489c4995 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,8 +12,9 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys import os +import sys + # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the