你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-03 19:26:50 +08:00
Merge pull request #503 from NMannall/devel
Fix autodoc errors when building the documentation
这个提交包含在:
@@ -7,24 +7,12 @@ version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
apt_packages:
|
||||
- mpich
|
||||
- libfftw3-dev
|
||||
tools:
|
||||
python: "mambaforge-22.9"
|
||||
jobs:
|
||||
post_create_environment:
|
||||
- python -m pip install sphinx_rtd_theme
|
||||
- python -m pip install reframe-hpc
|
||||
|
||||
conda:
|
||||
environment: conda_env.yml
|
||||
python: "3.9"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: setuptools
|
||||
path: .
|
||||
|
||||
sphinx:
|
||||
configuration: docs/source/conf.py
|
||||
|
@@ -37,6 +37,7 @@ autodoc_mock_imports = [
|
||||
"psutil",
|
||||
"terminaltables",
|
||||
"tqdm",
|
||||
"gprMax.cython",
|
||||
]
|
||||
|
||||
# Figure numbering
|
||||
|
在新工单中引用
屏蔽一个用户