File tree 4 files changed +13
-16
lines changed
4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : install deps
23
23
working-directory : ./python
24
- run : cp ../README.md . && pip3 install -e .[dev-docs ]
24
+ run : cp ../README.md . && pip3 install -r ../requirements-docs.txt && pip3 install - e .[dev]
25
25
26
26
- name : generate autodoc
27
27
run : python3 ./python/auto_doc.py
Original file line number Diff line number Diff line change 26
26
27
27
- name : install deps
28
28
working-directory : ./python
29
- run : cp ../README.md . && pip3 install -e .[dev-docs ]
29
+ run : cp ../README.md . && pip3 install -r ../requirements-docs.txt && pip3 install - e .[dev]
30
30
31
31
- name : generate autodoc
32
32
run : python3 ./python/auto_doc.py
Original file line number Diff line number Diff line change @@ -87,20 +87,6 @@ dev-pandas1 = [
87
87
" sqlalchemy<=1.4.48" ,
88
88
]
89
89
dev = [" hopsworks[dev-no-opt,great-expectations]" ]
90
- dev-docs = [
91
- " hopsworks[dev]" ,
92
- " mkdocs==1.5.3" ,
93
- " mkdocs-material==9.5.17" ,
94
- " mike==2.0.0" ,
95
- " sphinx==7.3.7" ,
96
- " keras_autodoc @ git+https://git@github.com/logicalclocks/keras-autodoc" ,
97
- " markdown-include==0.8.1" ,
98
- " mkdocs-jupyter==0.24.3" ,
99
- " markdown==3.6" ,
100
- " pymdown-extensions==10.7.1" ,
101
- " mkdocs-macros-plugin==1.0.4" ,
102
- " mkdocs-minify-plugin>=0.2.0" ,
103
- ]
104
90
105
91
[build-system ]
106
92
requires = [" setuptools" , " wheel" ]
Original file line number Diff line number Diff line change
1
+ mkdocs==1.5.3
2
+ mkdocs-material==9.5.17
3
+ mike==2.0.0
4
+ sphinx==7.3.7
5
+ keras_autodoc @ git+https://git@github.com/logicalclocks/keras-autodoc
6
+ markdown-include==0.8.1
7
+ mkdocs-jupyter==0.24.3
8
+ markdown==3.6
9
+ pymdown-extensions==10.7.1
10
+ mkdocs-macros-plugin==1.0.4
11
+ mkdocs-minify-plugin>=0.2.0
You can’t perform that action at this time.
0 commit comments