Skip to content

Commit fbfeac0

Browse files
committed
docs
1 parent d450fd6 commit fbfeac0

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
import sys
1515

16-
sys.path.insert(0, os.path.abspath("../../src"))
16+
sys.path.insert(0, os.path.abspath("../../src/zvt"))
1717

1818

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

src/zvt/__init__.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,19 @@ def old_db_to_provider_dir(data_path):
232232

233233
# register to meta
234234
import zvt.contract as zvt_contract
235-
import zvt.recorders as zvt_recorders
236-
import zvt.factors as zvt_factors
237235

238-
import platform
236+
# import zvt.recorders as zvt_recorders
237+
import zvt.factors as zvt_factors
239238

240-
if platform.system() == "Windows":
241-
try:
242-
import zvt.recorders.qmt as qmt_recorder
243-
except Exception as e:
244-
logger.error("QMT not work", e)
245-
else:
246-
logger.warning("QMT need run in Windows!")
239+
# import platform
240+
#
241+
# if platform.system() == "Windows":
242+
# try:
243+
# import zvt.recorders.qmt as qmt_recorder
244+
# except Exception as e:
245+
# logger.error("QMT not work", e)
246+
# else:
247+
# logger.warning("QMT need run in Windows!")
247248

248249

249250
__all__ = ["zvt_env", "zvt_config", "init_log", "init_env", "init_config", "__version__"]

0 commit comments

Comments
 (0)