File: .readthedocs.yml

package info (click to toggle)
khard 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,228 kB
  • sloc: python: 5,361; makefile: 22; sh: 7
file content (12 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
python:
  install:
    # Run setup.py first to generate the version.py file. For some reason it
    # is not generated with `pip install .[doc]`
    - method: setuptools
      path: .
    - method: pip
      path: .
      extra_requirements:
        - doc