diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c4a4bfa..a01763e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -60,6 +60,7 @@ jobs: python -m pip install -U "pipdeptree<3" echo -e "\`\`\`{mermaid}" > docs/misc/dependencies.md pipdeptree --exclude pip,pipdeptree,setuptools,wheel --mermaid >> docs/misc/dependencies.md + echo -e " lunr -- "any" --> nltk" echo -e "\`\`\`" >> docs/misc/dependencies.md # this job must run before installing other dependencies to avoid listing everything