Skip to content

Commit

Permalink
docs: Fix EPUB docs pubilshing.
Browse files Browse the repository at this point in the history
EPUB publishing needs a version.
  • Loading branch information
Feanil Patel committed Aug 4, 2022
1 parent 5d6fd4b commit c2aa025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit c2aa025

Please sign in to comment.