File: .readthedocs.yml

package info (click to toggle)
python-discovery 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: python: 4,511; makefile: 9; sh: 8
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.12"
  commands:
    - pip install tox
    - tox r -e docs -- "${READTHEDOCS_OUTPUT}"/html