Skip to content

Commit 19e0f6f

Browse files
update docs conf from main
1 parent 4992471 commit 19e0f6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/sphinx/source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515

1616
sys.path.insert(0, os.path.abspath("../../.."))
1717

18+
import pvdeg
19+
1820

1921
# -- Project information -----------------------------------------------------
2022

2123
project = "pvdeg"
2224
copyright = "2023, NREL"
2325
author = "Alliance for Sustainable Energy, LLC"
24-
25-
import pvdeg
26+
version = pvdeg.__version__
2627

2728

2829
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)