Skip to content

Commit 1525bf6

Browse files
authored
Adding version of python sdk to docs (#249)
* Added optimizely.py to docs * Returned to having private methods included for now. * Added optimizely.py, event_builder.py, and event_dispatcher.py to the docs * Add version to docs * Update branch Co-authored-by: Polina Nguen <[email protected]>
1 parent b7bbcda commit 1525bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
import sys
1515
sys.path.insert(0, os.path.abspath('../..'))
1616

17+
from optimizely.version import __version__
18+
1719
# -- Project information -----------------------------------------------------
1820

1921
project = 'Python SDK'
2022
copyright = '2016-2020, Optimizely, Inc'
2123
author = 'Optimizely, Inc.'
24+
version = __version__
2225

2326
# The full version, including alpha/beta/rc tags
2427
release = ''

0 commit comments

Comments
 (0)