File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
sys .path .append (os .path .dirname (os .path .abspath ("../../../shared" )))
19
19
20
+ # Add suntools directory to import python function docstings with autodoc
21
+ sys .path .append (os .path .abspath ("../../../../tools/suntools" ))
22
+
20
23
# -- General configuration ----------------------------------------------------
21
24
22
25
# Set variable used to determine which package documentation this is
37
40
"sphinxcontrib.bibtex" ,
38
41
"sphinx_copybutton" ,
39
42
"sphinx_sundials" ,
43
+ "sphinx.ext.autodoc" ,
40
44
]
41
45
42
46
intersphinx_mapping = {
Original file line number Diff line number Diff line change 17
17
18
18
sys .path .append (os .path .dirname (os .path .abspath ("../../../shared" )))
19
19
20
+ # Add suntools directory to import python function docstings with autodoc
21
+ sys .path .append (os .path .abspath ("../../../../tools/suntools" ))
22
+
20
23
# -- General configuration ----------------------------------------------------
21
24
22
25
# Set variable used to determine which package documentation this is
37
40
"sphinxcontrib.bibtex" ,
38
41
"sphinx_copybutton" ,
39
42
"sphinx_sundials" ,
43
+ "sphinx.ext.autodoc" ,
40
44
]
41
45
42
46
intersphinx_mapping = {
Original file line number Diff line number Diff line change 17
17
18
18
sys .path .append (os .path .dirname (os .path .abspath ("../../../shared" )))
19
19
20
+ # Add suntools directory to import python function docstings with autodoc
21
+ sys .path .append (os .path .abspath ("../../../../tools/suntools" ))
22
+
20
23
# -- General configuration ----------------------------------------------------
21
24
22
25
# Set variable used to determine which package documentation this is
37
40
"sphinxcontrib.bibtex" ,
38
41
"sphinx_copybutton" ,
39
42
"sphinx_sundials" ,
43
+ "sphinx.ext.autodoc" ,
40
44
]
41
45
42
46
intersphinx_mapping = {
Original file line number Diff line number Diff line change 17
17
18
18
sys .path .append (os .path .dirname (os .path .abspath ("../../../shared" )))
19
19
20
+ # Add suntools directory to import python function docstings with autodoc
21
+ sys .path .append (os .path .abspath ("../../../../tools/suntools" ))
22
+
20
23
# -- General configuration ----------------------------------------------------
21
24
22
25
# Set variable used to determine which package documentation this is
37
40
"sphinxcontrib.bibtex" ,
38
41
"sphinx_copybutton" ,
39
42
"sphinx_sundials" ,
43
+ "sphinx.ext.autodoc" ,
40
44
]
41
45
42
46
intersphinx_mapping = {
Original file line number Diff line number Diff line change 17
17
18
18
sys .path .append (os .path .dirname (os .path .abspath ("../../../shared" )))
19
19
20
+ # Add suntools directory to import python function docstings with autodoc
21
+ sys .path .append (os .path .abspath ("../../../../tools/suntools" ))
22
+
20
23
# -- General configuration ----------------------------------------------------
21
24
22
25
# Set variable used to determine which package documentation this is
37
40
"sphinxcontrib.bibtex" ,
38
41
"sphinx_copybutton" ,
39
42
"sphinx_sundials" ,
43
+ "sphinx.ext.autodoc" ,
40
44
]
41
45
42
46
intersphinx_mapping = {
Original file line number Diff line number Diff line change 17
17
18
18
sys .path .append (os .path .dirname (os .path .abspath ("../../../shared" )))
19
19
20
+ # Add suntools directory to import python function docstings with autodoc
21
+ sys .path .append (os .path .abspath ("../../../../tools/suntools" ))
22
+
20
23
# -- General configuration ----------------------------------------------------
21
24
22
25
# Set variable used to determine which package documentation this is
37
40
"sphinxcontrib.bibtex" ,
38
41
"sphinx_copybutton" ,
39
42
"sphinx_sundials" ,
43
+ "sphinx.ext.autodoc" ,
40
44
]
41
45
42
46
intersphinx_mapping = {
You can’t perform that action at this time.
0 commit comments