From 426e034480bd9c7831afc3ed76848a3a94a01006 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy Date: Tue, 23 Apr 2024 14:41:21 +0100 Subject: [PATCH] Update docs requirements to enable docs build to work again (#368) * Update docs requirements to enable docs build to work again * Add missing self hosted runner label to actionlint.yaml --- .github/actionlint.yaml | 1 + requirements-docs.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index e0fa30b4b..f5f4e4c59 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -3,3 +3,4 @@ self-hosted-runner: labels: - 1GPU - 2GPU + - linux-amd64-gpu-p100-latest-1 diff --git a/requirements-docs.txt b/requirements-docs.txt index 8ecb877bf..033c1ddaa 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,12 +3,12 @@ sphinx-multiversion@git+https://github.com/mikemckiernan/sphinx-multiversion.git sphinxcontrib-copydirs@git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git -recommonmark==0.7.1 +recommonmark~=0.7.1 Jinja2<3.1 -natsort==8.0.1 -myst-nb==0.17.2 -linkify-it-py==1.0.3 -sphinx-external-toc==0.2.4 -attrs==21.4.0 -sphinx-book-theme==1.0.1 -sphinx_design +natsort~=8.4.0 +myst-nb~=1.1.0 +linkify-it-py~=2.0.3 +sphinx-external-toc~=1.0.1 +attrs~=23.2.0 +sphinx-book-theme~=1.1.2 +sphinx_design~=0.5.0