File: .readthedocs.yml

package info (click to toggle)
python-pytest-cov 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 428 kB
  • sloc: python: 2,685; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
  configuration: docs/conf.py
formats: all
python:
  version: 3
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .