aboutsummaryrefslogtreecommitdiff
path: root/doc/source/development.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/development.rst')
-rw-r--r--doc/source/development.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/source/development.rst b/doc/source/development.rst
index 5471047317af..9715476a55d6 100644
--- a/doc/source/development.rst
+++ b/doc/source/development.rst
@@ -108,13 +108,16 @@ Installing *sphinx*
.. code-block:: bash
- pip install sphinx
- pip install sphinx_rtd_theme
- pip install breathe
- pip install https://github.com/lepture/python-livereload/archive/master.zip
- pip install sphinx-autobuild
+ pip install -r doc/source/requirements.txt
-Further instructions on configuring advanced features can be found at `<http://read-the-docs.readthedocs.org/en/latest/install.html>`_.
+
+To update the Python dependencies:
+
+.. code-block:: bash
+
+ pip-compile --upgrade doc/source/requirements.in
+
+Sphinx reference: `<http://read-the-docs.readthedocs.org/en/latest/install.html>`_.
Live preview of docs