Skip to content

Commit

Permalink
Requirements file needed
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfleischer committed Sep 4, 2024
1 parent 064fca5 commit b375048
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install python packages required for building mkdocs documentation website.

``` sh
pip install -e .[docs]
pip install -r docs/requirements.txt
```

## Adding new content
Expand Down
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mkdocs-material>=9.5.30
mkdocstrings>=0.25.2
mkdocs-gen-files
mkdocstrings-python-legacy
mkdocstrings-python>=1.10.7
pymdown-extensions>=10.9
mkdocs-material-extensions>=1.3.1
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,3 @@ haystack = [
"haystack-ai==2.3.1",
"qdrant-haystack>=5.0.0",
]
docs = [
"mkdocs-gen-files>=0.5.0",
"mkdocs-material-extensions>=1.3.1",
"mkdocs-material>=9.5.30",
"mkdocstrings-python-legacy>=0.2.3",
"mkdocstrings-python>=1.10.7",
"mkdocstrings>=0.25.2",
"pymdown-extensions>=10.9",
]

0 comments on commit b375048

Please sign in to comment.