fix: Ignore the build directories for sphinx builds (#1984)

If we don't ignore the build directories it will build multiple times unnecessarily when doing the live build.
This commit is contained in:
Lukas Klingsbo
2022-10-02 12:45:41 +02:00
committed by GitHub
parent ed9890af11
commit 8b56c5477b
2 changed files with 7 additions and 1 deletions

View File

@ -190,3 +190,9 @@ Then you can open the site at `http://localhost:8000/`.
If you ever run the **melos doc-clean** or the **make clean** command, the server will need to be
restarted, because the clean command deletes the entire `html` directory.
```note
Avoid having spaces in the paths to the docs since that will keep you from
building the project due to
[this bug](https://github.com/ipython/ipython/pull/13765).
```