Skip to content

Commit

Permalink
Remove setuptools dependency, unblock newer numpy (#209)
Browse files Browse the repository at this point in the history
* Remove setuptools dependency, unblock newer numpy
* Change ansys-dpf-core intersphinx URL
  • Loading branch information
greschd authored Feb 27, 2023
1 parent 8ae2216 commit a670c73
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 118 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/dev", None),
"ansys-dpf-core": ("https://dpf.docs.pyansys.com", None),
"ansys-dpf-core": ("https://dpf.docs.pyansys.com/release/0.7", None),
"numpy": ("https://numpy.org/doc/stable", None),
"matplotlib": ("https://matplotlib.org/stable", None),
# kept here as an example
Expand Down
Loading

0 comments on commit a670c73

Please sign in to comment.