From 8bc0e9ef1e568028952c2051dcab4483a2799490 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Tue, 31 May 2022 17:41:01 +0300 Subject: [PATCH] fix: install pytorch-metric-learning for documentation #115 --- docs/generate_docs_netlify.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/generate_docs_netlify.sh b/docs/generate_docs_netlify.sh index e134a451..9f2d8ff0 100755 --- a/docs/generate_docs_netlify.sh +++ b/docs/generate_docs_netlify.sh @@ -12,6 +12,8 @@ pip install poetry poetry build -f wheel pip install dist/$(ls -1 dist | grep .whl) +poetry install -e pytorch-metric-learning + pip install sphinx>=4.4.0 pip install "git+https://github.com/qdrant/qdrant_sphinx_theme.git@master#egg=qdrant-sphinx-theme"