Add a note about develop-docs to the build docs

Also include sphinx-autobuild as a docs dependency
This commit is contained in:
Kovid Goyal
2023-05-29 08:20:25 +05:30
parent 7d2ac765a4
commit e0eccf7883
2 changed files with 5 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ To have the kitty documentation available locally, run::
python3 -m pip install -r docs/requirements.txt && make docs
To develop the docs, with live reloading, use::
python3 -m pip install -r docs/requirements.txt && make develop-docs
Building kitty.app on macOS from source
-------------------------------------------