Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jul 19, 2023
1 parent d7ff9f0 commit 63984c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: '3.10'
- name: Install recordlinkage
run: |
python -m pip install .[docs]
python -m pip install sphinx nbsphinx sphinx-rtd-theme ipykernel
- name: Build HTML
run: |
python -m sphinx -W --keep-going --color docs/ _build/html/
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"sklearn": ("https://scikit-learn.org/stable/", None),
}

autodoc_mock_imports = [
"numpy",
"scipy",
"pandas",
"joblib",
"scikit-learn",
"jellyfish"
]


# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down
277 changes: 0 additions & 277 deletions docs/guides/classifiers.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ All you need to start linking records.
:maxdepth: 2

annotation
guides/classifiers.rst
performance.rst

.. toctree::
Expand Down

0 comments on commit 63984c4

Please sign in to comment.