DIR = os.path.dirname(__file__)
sys.path.insert(0,
    os.path.abspath(
        os.path.join(DIR, '_extensions')))
# autodoc
sys.path.insert(0, os.path.abspath(os.path.join(DIR, '..')))

待验证

相关文章:

  • 2022-02-09
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-11-20
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2021-08-28
  • 2021-06-22
  • 2021-10-04
  • 2021-07-15
  • 2021-07-24
  • 2021-12-25
相关资源
相似解决方案