From a98dd2668a20cac3ef2989c7e0eb4cce5b2f405f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Nov 2022 19:29:47 -0800 Subject: [PATCH] Update conf.py --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1ae4559..f544b91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,20 +14,20 @@ # import os import sys -sys.path.insert(0, os.path.abspath('..')) +sys.path.insert(0, os.path.abspath('..'), os.path.abspath('.')) print(sys.path) # -- Project information ----------------------------------------------------- project = u'wavinfo' -copyright = u'2019, Jamie Hardt' +copyright = u'2022, Jamie Hardt' author = u'Jamie Hardt' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'v1.1' +release = u'v1.7.1' # -- General configuration ---------------------------------------------------