Update conf.py

This commit is contained in:
Jamie Hardt
2022-11-16 19:29:47 -08:00
committed by GitHub
parent d8ff4ed63b
commit a98dd2668a

View File

@@ -14,20 +14,20 @@
# #
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('..'), os.path.abspath('.'))
print(sys.path) print(sys.path)
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = u'wavinfo' project = u'wavinfo'
copyright = u'2019, Jamie Hardt' copyright = u'2022, Jamie Hardt'
author = u'Jamie Hardt' author = u'Jamie Hardt'
# The short X.Y version # The short X.Y version
version = u'' version = u''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = u'v1.1' release = u'v1.7.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------