diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5e228fb444..6dd194d77f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 35befe7b96..69b417357b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= v0.10.0 (2024-10-21) -------------------- +-------------------- Release note: `v0.10.0 `_ v0.9.0 (2024-08-08)