Allow building docs using the develop infrastructure

This commit is contained in:
Kovid Goyal
2023-07-29 15:57:40 +05:30
parent ecbec79cff
commit 5c0fe23aa5
3 changed files with 93 additions and 15 deletions

View File

@@ -65,14 +65,13 @@ For more help on the various options supported by the build script::
Building the documentation
-------------------------------------
This will require
To have the kitty documentation available locally, run::
python3 -m pip install -r docs/requirements.txt && make docs
./dev.sh deps -for-docs && ./dev.sh docs
To develop the docs, with live reloading, use::
python3 -m pip install -r docs/requirements.txt && make develop-docs
./dev.sh deps -for-docs && ./dev.sh docs -live-reload
Dependencies
----------------