Skip to content

Commit

Permalink
fix: install pytorch-metric-learning for documentation #115
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed May 31, 2022
1 parent b1e6237 commit 8bc0e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/generate_docs_netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8bc0e9e

Please sign in to comment.