Skip to content

Commit

Permalink
[Fix] documentation deploy CI/CD job (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Nov 19, 2024
1 parent dee760f commit aca2175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}-docs
- name: Install dependencies
# Earlier documentation (before v10) requires TensorFlow - later it's built from the PyTorch code - so we need to install both (dev)
# Additional the dev specifier includes all [docs] dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[torch,viz,html]
pip install -e .[docs]
pip install -e .[dev]
- name: Build documentation
run: cd docs && bash build.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========

v0.10.0 (2024-10-21)
-------------------
--------------------
Release note: `v0.10.0 <https://github.com/mindee/doctr/releases/tag/v0.10.0>`_

v0.9.0 (2024-08-08)
Expand Down

0 comments on commit aca2175

Please sign in to comment.