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