You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyansys project are switching from sphinx extension autosummary to autoapi.
This should probably wait a bit as we might need some changes associated to readthedocs/sphinx-autoapi#399. Since this PR is taking quiet some time to be merged, the project might be forked by pyansys and we should point to that version in that case.
Note: changing the extensions should solve the issue we are having when building pdf (using sphinx-build -M latex with numpydoc and autosummary). Currently we aren't able to remove the warnings that are triggered on the Enum classes.
Description of the modifications
Pyansys project are switching from sphinx extension
autosummary
toautoapi
.This should probably wait a bit as we might need some changes associated to readthedocs/sphinx-autoapi#399. Since this PR is taking quiet some time to be merged, the project might be forked by pyansys and we should point to that version in that case.
Note: changing the extensions should solve the issue we are having when building pdf (using
sphinx-build -M latex
withnumpydoc
andautosummary
). Currently we aren't able to remove the warnings that are triggered on the Enum classes.Useful links and references
#354 (comment)
The text was updated successfully, but these errors were encountered: