Skip to content

Commit c3c9f09

Browse files
authored
feat: following PyMAPDL doc requirements (#328)
1 parent e039468 commit c3c9f09

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

requirements/requirements_doc.txt

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
#PyMAPDL dependencies
2-
git+https://github.com/ansys/pymapdl.git#egg=ansys-mapdl-core[graphics]
3-
numpy==2.2.2
4-
nest-asyncio==1.6.0
5-
pandas==2.2.3
6-
plotly==6.3.1
7-
pythreejs==2.4.2
8-
pyvista[jupyter]==0.46.3
9-
10-
# Documentation dependencies
11-
Sphinx==8.2.3
12-
numpydoc==1.8.0
13-
ansys-sphinx-theme==1.2.6
14-
sphinx-copybutton==0.5.2
15-
jupyter_sphinx==0.5.3
16-
jupyterlab>=4.3.4
17-
sphinxemoji==0.3.1
18-
sphinx-gallery==0.19.0
19-
sphinx-autobuild==2024.10.3
20-
sphinx-autodoc-typehints==3.0.1
21-
sphinx-design==0.6.1
22-
sphinx-notfound-page==1.1.0
23-
panel==1.5.5
24-
pypandoc==1.15
1+
#PyMAPDL dependencies and documentation requirements
2+
git+https://github.com/ansys/pymapdl.git#egg=ansys-mapdl-core[graphics,doc]

0 commit comments

Comments
 (0)