File: .readthedocs.yml

package info (click to toggle)
python-questplus 2023.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: python: 1,345; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
version: 2

sphinx:
  configuration: doc/source/conf.py

python:
  version: 3.10
  install:
    - requirements: doc/requirements-rtd.txt
    - method: pip
      path: .