Parcourir la source

fix: conf.py import error

wangweimin il y a 5 ans
Parent
commit
111c08d3e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -13,7 +13,7 @@ import sys
 sys.path.insert(0, os.path.abspath(".."))
 import pywebio
 
-version = release = pywebio.version
+version = release = pywebio.__version__
 
 # -- Project information -----------------------------------------------------