Skip to content

Commit

Permalink
Remove API 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 7414af7 commit 37ee044
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 111 deletions.
82 changes: 0 additions & 82 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",
"graph-tool",
"pandas",
"scipy",
"sklearn",
"matplotlib",
"dendropy",
"pp-sketchlib",
"h5py"]

# 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
7 changes: 0 additions & 7 deletions docs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,5 @@ def find_version(*file_paths):
'scripts/poppunk_calculate_silhouette.py',
'scripts/poppunk_extract_distances.py',
'scripts/poppunk_pickle_fix.py'],
install_requires=['numpy',
'scipy',
'scikit-learn',
'DendroPy',
'pandas',
'matplotlib',
'hdbscan'],
test_suite="test",
)
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,5 @@ def find_version(*file_paths):
'scripts/poppunk_calculate_silhouette.py',
'scripts/poppunk_extract_distances.py',
'scripts/poppunk_pickle_fix.py'],
install_requires=['numpy',
'scipy',
'scikit-learn',
'DendroPy',
'pandas',
'matplotlib',
'hdbscan'],
test_suite="test",
)

0 comments on commit 37ee044

Please sign in to comment.