Update .gitignore to include _build/ folder from docs/source#8911
Update .gitignore to include _build/ folder from docs/source#8911JukkaL merged 1 commit intopython:masterfrom
Conversation
|
I am curious about how you compile/generate the HTML files, would you mind sharing the commands you run? |
|
I didn't run any particular command other than the usual git commands after making the changes. The only thing unusual was probably a sphinx popup on my vs code editor while opening the rst file which I might have clicked 🤔 |
What I originally mean is that, for usual cases, people build docs by: Following this workflow usually doesn't generate anything that hasn't been git-ignored. In your cases, I bet the |
Agreed since I never executed these commands. |
|
Ignoring this directory seems no big deal even if it's not necessary when using the official workflow. |
While sending a PR for a documentation update I noticed an untracked
docs/source/_build/folder, containing html files for the documentation. I added the same to gitignore so to avoid them getting pushed mistakenly.