File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 2929# -- General configuration ---------------------------------------------------
3030extensions = [
3131 "sphinx.ext.autodoc" ,
32+ "sphinx.ext.coverage" ,
3233 "sphinx.ext.doctest" ,
34+ "sphinx.ext.githubpages" ,
35+ "sphinx.ext.ifconfig" ,
3336 "sphinx.ext.intersphinx" ,
34- "sphinx.ext.coverage" ,
3537 "sphinx.ext.mathjax" ,
3638 "sphinx.ext.napoleon" ,
37- "sphinx.ext.ifconfig" ,
3839 "sphinx.ext.viewcode" ,
39- "sphinx.ext.githubpages" ,
40- "sphinxcontrib.apidoc" ,
4140]
4241
4342autodoc_mock_imports = [
5554
5655# Accept custom section names to be parsed for numpy-style docstrings
5756# of parameters.
58- # Requires pinning sphinxcontrib-napoleon to a specific commit while
59- # https://github.com/sphinx-contrib/napoleon/pull/10 is merged.
6057napoleon_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 = []
6859
6960# Add any paths that contain templates here, relative to this directory.
7061templates_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
21nbsphinx
32packaging
43pydot >= 1.2.3
54pydotplus
65sphinx-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