File: .readthedocs.yml

package info (click to toggle)
sphinx-rtd-theme 1.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,744 kB
  • sloc: python: 353; javascript: 329; makefile: 68; sh: 6
file content (11 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
version: 2

python:
  version: 3.8
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .

sphinx:
  configuration: docs/conf.py