你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Cython/RTD
这个提交包含在:
2
docs/requirements.txt
普通文件
2
docs/requirements.txt
普通文件
@@ -0,0 +1,2 @@
|
||||
cython>=0.20
|
||||
numpy>=1.9
|
@@ -11,7 +11,7 @@ import re
|
||||
import sys
|
||||
import time
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
# sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
||||
project = 'gprMax'
|
||||
copyright = f'2015-{time.strftime("%Y")}, The University of Edinburgh, United Kingdom. Authors: Craig Warren, Antonis Giannopoulos, and John Hartley'
|
||||
@@ -23,11 +23,9 @@ with open('../../gprMax/_version.py', 'r') as fd:
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
# extensions = ['sphinx.ext.mathjax',
|
||||
# 'sphinx.ext.autodoc',
|
||||
# 'sphinx.ext.napoleon']
|
||||
|
||||
extensions = ['sphinx.ext.autodoc']
|
||||
extensions = ['sphinx.ext.mathjax',
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.napoleon']
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = []
|
||||
|
在新工单中引用
屏蔽一个用户