From ad9ba3634fc2777d459c8ca3f39f0090a18907f8 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Fri, 3 Aug 2018 17:45:44 +0200 Subject: [PATCH] Install make in the build environment --- .circleci/config.yml | 2 +- docs/contributing/docs.rst | 8 ++++---- docs/howto/user-environment.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c563da..2212643 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,7 +115,7 @@ jobs: - run: name: install python 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 - restore_cache: diff --git a/docs/contributing/docs.rst b/docs/contributing/docs.rst index ee2bbbf..577955d 100644 --- a/docs/contributing/docs.rst +++ b/docs/contributing/docs.rst @@ -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 `. +To get started contributing, you'll want to read the `reStructuredText +reference `_. Your locally-built documentation will be themed differently than the documentation at `the-littlest-jupyterhub.readthedocs.io `_. diff --git a/docs/howto/user-environment.rst b/docs/howto/user-environment.rst index c0a25ed..a206c4e 100644 --- a/docs/howto/user-environment.rst +++ b/docs/howto/user-environment.rst @@ -6,7 +6,7 @@ Install conda, pip or apt packages :abbr:`TLJH (The Littlest JupyterHub)` starts all users in the same `conda `_ 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 ` can install packages easily. .. _user_environment_pip: