mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Clarify the steps to build the docs locally
* Add `cd docs/` * Install all requirements with `pip install -r requirements.txt`
This commit is contained in:
@@ -48,11 +48,12 @@ documentation is transformed into HTML, PDF, and any other output format.
|
||||
__ http://sphinx-doc.org/
|
||||
__ http://docutils.sourceforge.net/
|
||||
|
||||
To build the documentation locally, install Sphinx:
|
||||
To build the documentation locally, install the Sphinx dependencies:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install Sphinx
|
||||
$ cd docs/
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
Then from the ``docs`` directory, build the HTML:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user