File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 61
61
python -m pip install --upgrade pip wheel setuptools
62
62
python -m pip install -r requirements.txt
63
63
python -m pip install -r requirements-dev.txt
64
+ python -m pip install -r requirements-doc.txt
64
65
python -m pip list
65
66
- name : Install statsmodels
66
- run : python -m pip install -e . --no-build-isolation -v
67
+ run : python -m pip install . -vv
67
68
- name : Build documentation
68
69
run : |
69
70
pushd docs
Original file line number Diff line number Diff line change @@ -21,19 +21,3 @@ pywinpty; os_name == "nt"
21
21
# code quality
22
22
flake8
23
23
isort
24
-
25
- # doc
26
- sphinx
27
- sphinx-material
28
- jupyter
29
- notebook
30
- nbsphinx
31
- nbconvert
32
- pyyaml
33
- pandas-datareader
34
- simplegeneric
35
- seaborn
36
- numpydoc
37
- theano-pymc ; os_name != "nt"
38
- pymc3 ; os_name != "nt"
39
- arviz ; os_name != "nt"
Original file line number Diff line number Diff line change
1
+ # Requirements for doc build, in addition to requirements.txt
2
+ sphinx
3
+ sphinx-material
4
+ jupyter
5
+ notebook
6
+ nbsphinx
7
+ nbconvert
8
+ pyyaml
9
+ pandas-datareader
10
+ simplegeneric
11
+ seaborn
12
+ numpydoc
13
+ theano-pymc; os_name != "nt"
14
+ pymc3; os_name != "nt"
15
+ arviz; os_name != "nt"
You can’t perform that action at this time.
0 commit comments