File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 5
5
Install python packages required for building mkdocs documentation website.
6
6
7
7
``` sh
8
- pip install -e .[ docs]
8
+ pip install -r docs/requirements.txt
9
9
```
10
10
11
11
## Adding new content
Original file line number Diff line number Diff line change
1
+ mkdocs-material >= 9.5.30
2
+ mkdocstrings >= 0.25.2
3
+ mkdocs-gen-files
4
+ mkdocstrings-python-legacy
5
+ mkdocstrings-python >= 1.10.7
6
+ pymdown-extensions >= 10.9
7
+ mkdocs-material-extensions >= 1.3.1
Original file line number Diff line number Diff line change @@ -39,13 +39,3 @@ haystack = [
39
39
" haystack-ai==2.3.1" ,
40
40
" qdrant-haystack>=5.0.0" ,
41
41
]
42
- docs = [
43
- " mkdocs-gen-files>=0.5.0" ,
44
- " mkdocs-material-extensions>=1.3.1" ,
45
- " mkdocs-material>=9.5.30" ,
46
- " mkdocstrings-python-legacy>=0.2.3" ,
47
- " mkdocstrings-python>=1.10.7" ,
48
- " mkdocstrings>=0.25.2" ,
49
- " pymdown-extensions>=10.9" ,
50
- ]
51
-
You can’t perform that action at this time.
0 commit comments