Note the changed docs build requirements

This commit is contained in:
Kovid Goyal 2021-07-19 08:14:26 +05:30
parent fe18a5de92
commit 103744e2ca
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -132,8 +132,9 @@ without needing to install all of |kitty|.
:file:`tic` to compile terminfo files, usually found in the
development package of :file:`ncurses`. Also, if you are building from
a git checkout instead of the released source code tarball, you will
need :file:`sphinx-build` from the `Sphinx documentation generator
<https://www.sphinx-doc.org/>`_.
need to install the dependencies from ``docs/requirements.txt`` to
build the kitty documentation. They can be installed most easily with
``python -m pip -r docs/requirements.txt``.
This applies to creating packages for |kitty| for macOS package managers such as
brew or MacPorts as well.