Explorar el Código

fix: conf.py import error

wangweimin hace 5 años
padre
commit
111c08d3e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 -----------------------------------------------------