Skip to content

Commit

Permalink
Fixed intersphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhr committed Sep 5, 2023
1 parent a718f2d commit cba8082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"maize": ("https://molecularai.github.com/maize", None),
"maize": ("https://molecularai.github.io/maize", None),
}


Expand Down

0 comments on commit cba8082

Please sign in to comment.