diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f69b51..982591d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,13 +15,15 @@ from datetime import datetime sys.path.insert(0, os.path.abspath('../..')) -print(sys.path) + +import done # -- Project information ----------------------------------------------------- project = 'DoneXBlock' current_year = datetime.utcnow().year copyright = f'{current_year}, The Center for Reimagining Learning' +version = done.__version__ # -- General configuration ---------------------------------------------------