Skip to content

Commit

Permalink
Merge pull request #592 from chrisjonesBSU/fix/docs
Browse files Browse the repository at this point in the history
Fix documentation build
  • Loading branch information
chrisjonesBSU authored Nov 14, 2024
2 parents d140a24 + 600a076 commit dce885a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ comment:
layout: "header, diff"
behavior: default
require_changes: no

ignore:
- "docs"
- "foyer/examples"
- "foyer/tests"
- "setup.py"
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@


intersphinx_mapping = {
_python_doc_base: None,
"http://docs.scipy.org/doc/numpy": None,
"http://docs.scipy.org/doc/scipy/reference": None,
"http://scikit-learn.org/stable": None,
"python": ("https://docs.python.org/3.11", None),
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
"scikit-learn": ("https://scikit-learn.org/stable", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit dce885a

Please sign in to comment.