##// END OF EJS Templates
Improve local docs building docs to ensure all dependencies are installed.
Doug Latornell -
Show More
@@ -16,22 +16,17 b' Requirements'
16
16
17 The documentation must be built using Python 3.
17 The documentation must be built using Python 3.
18
18
19 The following tools are needed to build the documentation:
19 In additions to :ref:`devinstall`,
20 the following tools are needed to build the documentation:
20
21
21 - sphinx
22 - sphinx
22 - sphinx_rtd_theme
23 - sphinx_rtd_theme
24 - docrepr
23
25
24 On Debian-based systems, you should be able to run::
26 In a conda environment, or a Python 3 ``venv``, you should be able to run::
25
27
26 sudo apt-get install python3-sphinx python3-sphinx-rtd-theme
28 cd ipython
27
29 pip install -U -r docs/requirements.txt
28 In a conda environment, you can use::
29
30 conda install sphinx sphinx_rtd_theme
31
32 In a Python 3 ``venv``, you should be able to run::
33
34 pip install -U sphinx sphinx_rtd_theme
35
30
36
31
37 Build Commands
32 Build Commands
General Comments 0
You need to be logged in to leave comments. Login now