Skip to content

Commit

Permalink
removed unneeded dependencies from docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo committed Mar 11, 2019
1 parent bc3fa31 commit 965e36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
testing=['nose', 'nose-cov', 'sklearn', 'coverage', 'coveralls', 'python-coveralls'],
docs=[
'Sphinx', 'numpydoc', 'sphinx_autodoc_annotation', 'sphinx_rtd_theme',
'bibtex-pygments-lexer'
'bibtex-pygments-lexer', 'matplotlib'
]
),
license='LGPLv3'
Expand Down
3 changes: 1 addition & 2 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
'sphinx.ext.intersphinx', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.mathjax',
'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.graphviz',
'sphinx.ext.inheritance_diagram', 'sphinx_autodoc_annotation',
'matplotlib.sphinxext.only_directives', 'matplotlib.sphinxext.plot_directive',
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'numpydoc'
'matplotlib.sphinxext.plot_directive', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'numpydoc'
]

intersphinx_mapping = {
Expand Down

0 comments on commit 965e36d

Please sign in to comment.