File: .readthedocs.yaml

package info (click to toggle)
python-inquirerpy 0.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: python: 9,463; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

sphinx:
  configuration: docs/config.py

python:
  version: 3.8
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs