Skip to content

Commit

Permalink
#71 #43 #45 auto-version in docs/ conf
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Dec 23, 2020
1 parent 08794d1 commit 3cd0a50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath("./_ext"))
import gmic
from pathlib import Path



# -- Project information -----------------------------------------------------
Expand All @@ -24,7 +26,9 @@
author = 'Jonathan-David Schröder'

# The full version, including alpha/beta/rc tags
release = '2.9.1'
release = Path('../VERSION').read_text()
print(release)
input()
master_doc = 'index' # Per https://stackoverflow.com/a/56448499/420684


Expand Down

0 comments on commit 3cd0a50

Please sign in to comment.