Skip to content

Commit

Permalink
Fix doc build failure (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored May 11, 2023
1 parent 235efc6 commit 79631e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/dev", None),
"python": ("https://docs.python.org/", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"matplotlib": ("https://matplotlib.org/stable", None),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.8"}
ansys-fluent-core = "~=0.13.dev0"
ansys-fluent-core = "~=0.14.dev0"
vtk = {version = ">=9.0.3", python = "<=3.9"}
pyvista = ">=0.33.2"
pyvistaqt = ">=0.7.0"
Expand Down
9 changes: 2 additions & 7 deletions requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,5 @@ sphinx-gallery==0.11.1
sphinx-notfound-page==0.8.3
sphinxcontrib-websupport==1.2.4
sphinxemoji==0.2.0
pandas==1.5.2
vtk==9.1.0
pyvista==0.37.0
pyvistaqt==0.9.0
pyside6==6.4.2
matplotlib==3.6.3

pyvista>=0.33.2
matplotlib>=3.5.1

0 comments on commit 79631e6

Please sign in to comment.