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
This has the extra benefit of avoiding the need to set up sphinx dependencies in the developer environment. After a first run of pre-commit, developers will have local docs built.
The text was updated successfully, but these errors were encountered:
We have install_requires like:
But the versions people use might vary wildly.
Proposed solution
Take a leaf out of flake8's book, and use additional installs in the pre-commit config:
So people's config files would look like:
This has the extra benefit of avoiding the need to set up sphinx dependencies in the developer environment. After a first run of pre-commit, developers will have local docs built.
The text was updated successfully, but these errors were encountered: