Skip to content

Commit

Permalink
Added numpy style docs extension also removed special inheritance doc…
Browse files Browse the repository at this point in the history
…umentation
  • Loading branch information
acpaquette committed Jan 29, 2019
1 parent feaa82b commit 4c3cbf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@

breathe_projects = {"ale": "./../doxyxml/"}

# breathe_projects_source = {"ale": ("../../include", ['ale.h'])}
numpydoc_show_class_members = False

breathe_default_project = "ale"

extensions = [
'sphinx.ext.autodoc',
'numpydoc',
'sphinx.ext.intersphinx',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
Expand Down

0 comments on commit 4c3cbf6

Please sign in to comment.