Skip to content
Snippets Groups Projects
Commit 4c3cbf65 authored by Adam Paquette's avatar Adam Paquette
Browse files

Added numpy style docs extension also removed special inheritance documentation

parent feaa82b4
Branches
Tags
No related merge requests found
...@@ -43,12 +43,13 @@ release = '0.1.0' ...@@ -43,12 +43,13 @@ release = '0.1.0'
breathe_projects = {"ale": "./../doxyxml/"} breathe_projects = {"ale": "./../doxyxml/"}
# breathe_projects_source = {"ale": ("../../include", ['ale.h'])} numpydoc_show_class_members = False
breathe_default_project = "ale" breathe_default_project = "ale"
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'numpydoc',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.coverage', 'sphinx.ext.coverage',
'sphinx.ext.mathjax', 'sphinx.ext.mathjax',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment