Cython/RTD

这个提交包含在:
craig-warren
2023-03-09 18:12:11 -07:00
父节点 d5a6ab2cee
当前提交 66fb29023d
共有 4 个文件被更改,包括 7 次插入126 次删除

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 = []