Update RTD image (#6861)

This commit is contained in:
Steven Silvester 2023-05-06 12:45:41 -05:00 committed by GitHub
parent d7d110c551
commit cf3c2f6dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2
sphinx:
configuration: docs/source/conf.py
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
nodejs: "16"

View File

@ -144,7 +144,7 @@ dependencies = [
"black[jupyter]==22.10.0",
"mdformat>0.7",
"mdformat-gfm>=0.3.5",
"ruff==0.0.254"
"ruff==0.0.263"
]
detached = true
[tool.hatch.envs.lint.scripts]