##// END OF EJS Templates
Bump codecov/codecov-action from 4 to 5 in the actions group...
Bump codecov/codecov-action from 4 to 5 in the actions group Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>

File last commit:

r28550:923b56ea
r28969:e99dcdd7 dependabot/github...
Show More
.readthedocs.yaml
18 lines | 380 B | text/x-yaml | YamlLexer
/ .readthedocs.yaml
Matthias Bussonnier
fix RTD
r28380 version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
William Andrea
Fix diagrams by reinstating graphiz
r28550 apt_packages:
- graphviz
Matthias Bussonnier
fix RTD
r28380
sphinx:
configuration: docs/source/conf.py
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt