mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 14:03:18 +08:00
Fix for the dict error in _babase
This commit is contained in:
parent
5f689c8016
commit
ff81dac3d3
@ -243,7 +243,7 @@ def _run_sphinx() -> None:
|
|||||||
shutil.copytree(template_dir, sphinx_apidoc_out, dirs_exist_ok= True)
|
shutil.copytree(template_dir, sphinx_apidoc_out, dirs_exist_ok= True)
|
||||||
|
|
||||||
starttime = time.monotonic()
|
starttime = time.monotonic()
|
||||||
|
os.environ['BA_RUNNING_WITH_DUMMY_MODULES'] = '1'
|
||||||
apidoc_cmd = ['sphinx-apidoc',
|
apidoc_cmd = ['sphinx-apidoc',
|
||||||
'-f', # Force overwriting of any existing generated files.
|
'-f', # Force overwriting of any existing generated files.
|
||||||
'-H', 'Bombsquad', # project
|
'-H', 'Bombsquad', # project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user