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:
@@ -115,7 +115,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install python
|
name: install python
|
||||||
command: |
|
command: |
|
||||||
apt-get update --yes && apt-get install --yes python3 python3-venv git
|
apt-get update --yes && apt-get install --yes python3 python3-venv git make
|
||||||
|
|
||||||
# Download and cache dependencies
|
# Download and cache dependencies
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|||||||
@@ -50,18 +50,18 @@ __ http://docutils.sourceforge.net/
|
|||||||
|
|
||||||
To build the documentation locally, install Sphinx:
|
To build the documentation locally, install Sphinx:
|
||||||
|
|
||||||
.. console::
|
.. code-block:: console
|
||||||
|
|
||||||
$ pip install Sphinx
|
$ pip install Sphinx
|
||||||
|
|
||||||
Then from the ``docs`` directory, build the HTML:
|
Then from the ``docs`` directory, build the HTML:
|
||||||
|
|
||||||
.. console::
|
.. code-block:: console
|
||||||
|
|
||||||
$ make html
|
$ make html
|
||||||
|
|
||||||
To get started contributing, you'll want to read the :ref:`reStructuredText
|
To get started contributing, you'll want to read the `reStructuredText
|
||||||
reference <sphinx:rst-index>`.
|
reference <http://www.sphinx-doc.org/en/master/usage/restructuredtext/>`_.
|
||||||
|
|
||||||
Your locally-built documentation will be themed differently than the
|
Your locally-built documentation will be themed differently than the
|
||||||
documentation at `the-littlest-jupyterhub.readthedocs.io <https://the-littlest-jupyterhub.readthedocs.io>`_.
|
documentation at `the-littlest-jupyterhub.readthedocs.io <https://the-littlest-jupyterhub.readthedocs.io>`_.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Install conda, pip or apt packages
|
|||||||
|
|
||||||
:abbr:`TLJH (The Littlest JupyterHub)` starts all users in the same `conda <https://conda.io/docs/>`_
|
:abbr:`TLJH (The Littlest JupyterHub)` starts all users in the same `conda <https://conda.io/docs/>`_
|
||||||
environment. Packages / libraries installed in this environment are available
|
environment. Packages / libraries installed in this environment are available
|
||||||
to all users on the JupyterHub. Users with :ref:`admin_access` can install packages
|
to all users on the JupyterHub. Users with :ref:`admin rights <howto/admin-users>` can install packages
|
||||||
easily.
|
easily.
|
||||||
|
|
||||||
.. _user_environment_pip:
|
.. _user_environment_pip:
|
||||||
|
|||||||
Reference in New Issue
Block a user