##// END OF EJS Templates
Merge pull request #13746 from krassowski/docs-requirements...
Matthias Bussonnier -
r27783:270ac0cc merge
parent child Browse files
Show More
@@ -26,7 +26,7 b' the following tools are needed to build the documentation:'
26 In a conda environment, or a Python 3 ``venv``, you should be able to run::
26 In a conda environment, or a Python 3 ``venv``, you should be able to run::
27
27
28 cd ipython
28 cd ipython
29 pip install -U -r docs/requirements.txt
29 pip install .[doc] -U
30
30
31
31
32 Build Commands
32 Build Commands
@@ -1,9 +1,1 b''
1 -e .[test]
1 -e .[doc]
2 ipykernel
3 setuptools>=18.5
4 sphinx
5 sphinx-rtd-theme
6 docrepr
7 matplotlib
8 stack_data
9 pytest<7
@@ -46,7 +46,15 b' install_requires ='
46 black =
46 black =
47 black
47 black
48 doc =
48 doc =
49 Sphinx>=1.3
49 ipykernel
50 setuptools>=18.5
51 sphinx>=1.3
52 sphinx-rtd-theme
53 docrepr
54 matplotlib
55 stack_data
56 pytest<7
57 %(test)s
50 kernel =
58 kernel =
51 ipykernel
59 ipykernel
52 nbconvert =
60 nbconvert =
General Comments 0
You need to be logged in to leave comments. Login now