你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Update to docs building.
这个提交包含在:
@@ -33,7 +33,7 @@ extensions = [
|
||||
]
|
||||
|
||||
# autodoc mock imports
|
||||
autodoc_mock_imports = ['h5py', 'matplotlib']
|
||||
autodoc_mock_imports = ['h5py', 'matplotlib', 'pyfiglet', 'cython', 'psutil']
|
||||
|
||||
# Options for autodoc
|
||||
autodoc_default_flags = ['members']
|
||||
|
4
setup.py
4
setup.py
@@ -74,11 +74,11 @@ if 'cleanall' in sys.argv:
|
||||
try:
|
||||
os.remove(cfile)
|
||||
except OSError:
|
||||
pass
|
||||
print('Could not remove: {}'.format(cfile))
|
||||
try:
|
||||
os.remove(libfile)
|
||||
except OSError:
|
||||
pass
|
||||
print('Could not remove: {}'.format(libfile))
|
||||
shutil.rmtree('build', ignore_errors=True)
|
||||
# Now do a normal clean
|
||||
sys.argv[1] = 'clean' # this is what distutils understands
|
||||
|
在新工单中引用
屏蔽一个用户