Skip to content

Commit b375048

Browse files
Requirements file needed
1 parent 064fca5 commit b375048

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

Diff for: docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Install python packages required for building mkdocs documentation website.
66

77
``` sh
8-
pip install -e .[docs]
8+
pip install -r docs/requirements.txt
99
```
1010

1111
## Adding new content

Diff for: docs/requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

Diff for: pyproject.toml

-10
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,3 @@ haystack = [
3939
"haystack-ai==2.3.1",
4040
"qdrant-haystack>=5.0.0",
4141
]
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-

0 commit comments

Comments
 (0)