mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-22 23:15:49 +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)
|
||||
|
||||
starttime = time.monotonic()
|
||||
|
||||
os.environ['BA_RUNNING_WITH_DUMMY_MODULES'] = '1'
|
||||
apidoc_cmd = ['sphinx-apidoc',
|
||||
'-f', # Force overwriting of any existing generated files.
|
||||
'-H', 'Bombsquad', # project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user