File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 29
29
# -- General configuration ---------------------------------------------------
30
30
extensions = [
31
31
"sphinx.ext.autodoc" ,
32
+ "sphinx.ext.coverage" ,
32
33
"sphinx.ext.doctest" ,
34
+ "sphinx.ext.githubpages" ,
35
+ "sphinx.ext.ifconfig" ,
33
36
"sphinx.ext.intersphinx" ,
34
- "sphinx.ext.coverage" ,
35
37
"sphinx.ext.mathjax" ,
36
38
"sphinx.ext.napoleon" ,
37
- "sphinx.ext.ifconfig" ,
38
39
"sphinx.ext.viewcode" ,
39
- "sphinx.ext.githubpages" ,
40
- "sphinxcontrib.apidoc" ,
41
40
]
42
41
43
42
autodoc_mock_imports = [
55
54
56
55
# Accept custom section names to be parsed for numpy-style docstrings
57
56
# of parameters.
58
- # Requires pinning sphinxcontrib-napoleon to a specific commit while
59
- # https://github.com/sphinx-contrib/napoleon/pull/10 is merged.
60
57
napoleon_use_param = True
61
- napoleon_custom_sections = [
62
- # ("Inputs", "params_style"),
63
- # ("Outputs", "Parameters"),
64
- # ("Attributes", "Parameters"),
65
- # ("Mandatory Inputs", "Parameters"),
66
- # ("Optional Inputs", "Parameters"),
67
- ]
58
+ napoleon_custom_sections = []
68
59
69
60
# Add any paths that contain templates here, relative to this directory.
70
61
templates_path = ["_templates" ]
Original file line number Diff line number Diff line change 1
- git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
2
1
nbsphinx
3
2
packaging
4
3
pydot >= 1.2.3
5
4
pydotplus
6
5
sphinx-argparse
7
- sphinx ~= 3.2.1
8
- sphinx_rtd_theme
9
- sphinxcontrib-apidoc
6
+ sphinx ~= 4.0
7
+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments