Skip to content
Snippets Groups Projects
Commit 48d07c64 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Add special methods to generated Python docs

Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
parent 06f779b7
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ CONF_PY_ADDENDUM = """ ...@@ -58,6 +58,7 @@ CONF_PY_ADDENDUM = """
extensions.append('sphinx.ext.napoleon') extensions.append('sphinx.ext.napoleon')
napoleon_google_docstring = True napoleon_google_docstring = True
napoleon_numpy_docstring = True napoleon_numpy_docstring = True
napoleon_include_special_with_doc = True
html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
""" """
......
...@@ -70,7 +70,6 @@ environment.update({ ...@@ -70,7 +70,6 @@ environment.update({
}) })
subprocess_arguments_list = [ subprocess_arguments_list = [
{'args': ['make'], 'cwd': PROJECT_ROOT},
{'args': ['virtualenv', VIRTUALENV_DIR], 'env': environment}, {'args': ['virtualenv', VIRTUALENV_DIR], 'env': environment},
{'args': [VIRTUALENV_PIP_PATH, 'install', '-r', REQUIREMENTS_PATH], {'args': [VIRTUALENV_PIP_PATH, 'install', '-r', REQUIREMENTS_PATH],
'env': environment}, 'env': environment},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment