Skip to content

Commit 98a976c

Browse files
committed
Update docs versioning mechanism
1 parent c43336f commit 98a976c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
sys.path.insert(0, os.path.abspath(".."))
66

77

8-
from webexpythonsdk._version import get_versions
8+
import webexpythonsdk
99

1010

1111
project = "webexpythonsdk"
1212
copyright = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
1313
author = "Chris Lunsford"
14-
version = get_versions()["version"]
15-
release = get_versions()["version"]
14+
version = webexpythonsdk.__version__
15+
release = webexpythonsdk.__version__
1616
language = "en"
1717

1818

0 commit comments

Comments
 (0)