Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))

from optimizely.version import __version__
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import should happen before the sys.path command

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked offline and agreed to disregard this comment.


# -- Project information -----------------------------------------------------

project = 'Python SDK'
copyright = '2016-2020, Optimizely, Inc'
author = 'Optimizely, Inc.'
version = __version__

# The full version, including alpha/beta/rc tags
release = ''
Expand Down