Skip to content

Commit

Permalink
Update docs build to correct failing build (#743)
Browse files Browse the repository at this point in the history
* update docs dependencies

* build docs with 3.11

* add trailing line

* add docs to 3.11

* set testenv for docs

* drop the ci version for docs to 3.11

* put manifest and binder to 3.11 as well in tox
  • Loading branch information
willingc authored Nov 15, 2023
1 parent cbcbbb8 commit 330fcfa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.11
- name: "Install dependencies"
run: |
set -xe
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pin packages for RTD builds
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies
#-r ../requirements.txt
Sphinx>=3.5.4
furo>=2021.4.11b34
myst-parser>=0.13.7
moto>=2.0.5
sphinx-copybutton>=0.3.1
Sphinx>=7.2.6
furo>=2023.9.10
myst-parser>=2.0.0
moto>=4.2.8
sphinx-copybutton>=0.5.2
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.11: py311, docs
3.12: py312, dist

# Manifest
Expand Down Expand Up @@ -55,10 +55,10 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
manifest: python3.12
manifest: python3.11
dist: python3.12
docs: python3.12
binder: python3.12
docs: python3.11
binder: python3.11
deps = .[dev]
# Have to use /bin/bash or the `*` will cause that argument to get quoted by the tox command line...
allowlist_externals = /bin/bash
Expand Down

0 comments on commit 330fcfa

Please sign in to comment.