Skip to content

Commit

Permalink
Update documentation libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
margalva committed Nov 11, 2024
1 parent 8f9f78d commit a6abbad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/3.11", None),
"python": ("https://docs.python.org/3", None),
# kept here as an example
# "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
# "numpy": ("https://numpy.org/devdocs", None),
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ test = [
"ansys-dpf-core==0.13.0",
]
doc = [
"ansys-sphinx-theme==0.12.4",
"ansys-sphinx-theme==1.1.1",
"numpydoc==1.8.0",
"pillow==10.4.0",
"docker>=7.1.0",
"Sphinx==7.2.6",
"Sphinx==8.0.2",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.18.0",
]
Expand All @@ -95,15 +95,15 @@ dev = [
"ipdb",
"ipython",
"whatsonpypi",
"ansys-sphinx-theme==0.12.4",
"ansys-sphinx-theme==1.1.1",
"numpy==1.25.1",
"numpydoc==1.8.0",
"pillow==10.4.0",
"psutil==6.0.0",
"docker>=7.1.0",
"pytest==8.3.3",
"pytest-cov==4.1.0",
"Sphinx==7.2.6",
"Sphinx==8.0.2",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.18.0",
"pre-commit==3.3.3",
Expand Down

0 comments on commit a6abbad

Please sign in to comment.