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
We're going to start using sphinx-autobuild in python/devguide#1208 and are adding the PyCharm IDE directory (.idea) and virtualenv directory (venv) to prevent irrelevant changes from triggering a rebuild:
--re-ignore="/\.idea/|/venv/"
Proposal
It would be helpful if sphinx-autobuild read in the contents of any .gitignore and automatically ignored any files matching the contents.
This should be in addition to any files specified via command-line options.
Tasks and updates
No response
The text was updated successfully, but these errors were encountered:
Context
We're going to start using sphinx-autobuild in python/devguide#1208 and are adding the PyCharm IDE directory (
.idea
) and virtualenv directory (venv
) to prevent irrelevant changes from triggering a rebuild:--re-ignore="/\.idea/|/venv/"
Proposal
It would be helpful if sphinx-autobuild read in the contents of any
.gitignore
and automatically ignored any files matching the contents.This should be in addition to any files specified via command-line options.
Tasks and updates
No response
The text was updated successfully, but these errors were encountered: