From 767df21305e7f24896722f96b2f2b905fdcf072e Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:03:38 -0400 Subject: [PATCH] Update conf.py --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b04a8e0..9541022 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,6 @@ sys.path.insert(0, os.path.abspath('../external_sources/django/')) sys.path.insert(0, os.path.abspath('../external_sources/dcnodatg/')) sys.path.insert(0, os.path.abspath('../images/')) -sys.path.insert(0, os.path.realpath(os.path.dirname(__file__))) sys.path.insert(0, os.path.abspath('../external_sources/netbox/')) # -- Project information -----------------------------------------------------