Skip to content

Commit

Permalink
docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLivezey committed Oct 18, 2023
1 parent c2935e8 commit 7db07f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pytest -sv --cov=./ tests
- name: Build docs
run: |
sphinx-build -W -b html docs/source docs/build
sphinx-build -b html docs/source docs/build
- name: Codecov
run: |
python -m codecov
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@
# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {"python": ("https://docs.python.org/", None),
"sklearn": ("https://scikit-learn.org/stable/", None)}

# -- Options for todo extension ----------------------------------------------

Expand Down

0 comments on commit 7db07f5

Please sign in to comment.