Skip to content

Commit

Permalink
Update docs requirements to enable docs build to work again (#368)
Browse files Browse the repository at this point in the history
* Update docs requirements to enable docs build to work again

* Add missing self hosted runner label to actionlint.yaml
  • Loading branch information
oliverholworthy authored Apr 23, 2024
1 parent e89fcaa commit 426e034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ self-hosted-runner:
labels:
- 1GPU
- 2GPU
- linux-amd64-gpu-p100-latest-1
16 changes: 8 additions & 8 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 426e034

Please sign in to comment.