Skip to content

Commit

Permalink
Remove API from docs for rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Dec 18, 2020
1 parent 83b1a62 commit 3eb92d5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 101 deletions.
76 changes: 0 additions & 76 deletions docs/api.rst

This file was deleted.

15 changes: 1 addition & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,9 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax',
extensions = ['sphinx.ext.mathjax',
'sphinx.ext.viewcode']

# Causes a problem with rtd: https://github.com/pypa/setuptools/issues/1694
autodoc_mock_imports = ["hdbscan",
"numpy",
"networkx",
"pandas",
"scipy",
"sharedmem",
"sklearn",
"matplotlib",
"numba",
"dendropy"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Where ``references.txt`` is a list of assembly fasta files, one per line. See
tutorial.rst
troubleshooting.rst
scripts.rst
api.rst
miscellaneous.rst

Details
Expand Down
10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,5 @@ def find_version(*file_paths):
'scripts/poppunk_extract_components.py',
'scripts/poppunk_calculate_silhouette.py',
'scripts/poppunk_extract_distances.py'],
install_requires=['numpy',
'scipy',
'scikit-learn',
'DendroPy',
'sharedmem',
'numba',
'pandas',
'networkx>=2.0',
'matplotlib',
'hdbscan'],
test_suite="test",
)

0 comments on commit 3eb92d5

Please sign in to comment.