mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Install make in the build environment
This commit is contained in:
@@ -50,18 +50,18 @@ __ http://docutils.sourceforge.net/
|
||||
|
||||
To build the documentation locally, install Sphinx:
|
||||
|
||||
.. console::
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install Sphinx
|
||||
|
||||
Then from the ``docs`` directory, build the HTML:
|
||||
|
||||
.. console::
|
||||
.. code-block:: console
|
||||
|
||||
$ make html
|
||||
|
||||
To get started contributing, you'll want to read the :ref:`reStructuredText
|
||||
reference <sphinx:rst-index>`.
|
||||
To get started contributing, you'll want to read the `reStructuredText
|
||||
reference <http://www.sphinx-doc.org/en/master/usage/restructuredtext/>`_.
|
||||
|
||||
Your locally-built documentation will be themed differently than the
|
||||
documentation at `the-littlest-jupyterhub.readthedocs.io <https://the-littlest-jupyterhub.readthedocs.io>`_.
|
||||
|
||||
Reference in New Issue
Block a user