Skip to content

Commit

Permalink
py-sphinxcontrib-qthelp added
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 29, 2023
1 parent 06e1daf commit b482b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class Magix3d(CMakePackage):
depends_on("py-sphinx@5.3.0", when="+doc")
depends_on("py-sphinx-rtd-theme", when="+doc")
depends_on("py-sphinx-copybutton", when="+doc")
depends_on("sphinxcontrib-htmlhelp", when="+doc")
depends_on("py-sphinxcontrib-qthelp", when="+doc")
depends_on("py-sphinxcontrib-htmlhelp", when="+doc")
depends_on("py-sphinxcontrib-serializinghtml", when="+doc")

# setup PYTHON_PATH for documentation
Expand Down

0 comments on commit b482b9f

Please sign in to comment.