mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Add a note about develop-docs to the build docs
Also include sphinx-autobuild as a docs dependency
This commit is contained in:
@@ -88,6 +88,10 @@ To have the kitty documentation available locally, run::
|
|||||||
|
|
||||||
python3 -m pip install -r docs/requirements.txt && make docs
|
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
|
Building kitty.app on macOS from source
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ furo
|
|||||||
sphinx-copybutton
|
sphinx-copybutton
|
||||||
sphinxext-opengraph
|
sphinxext-opengraph
|
||||||
sphinx-inline-tabs
|
sphinx-inline-tabs
|
||||||
|
sphinx-autobuild
|
||||||
|
|||||||
Reference in New Issue
Block a user