File: .readthedocs.yaml

package info (click to toggle)
turbosearch 0.1.34-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,756 kB
  • sloc: python: 2,313; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2

mkdocs:
  configuration: mkdocs.yml
  fail_on_warning: true

formats: all

build:
  image: latest

python:
   version: 3.7
   install:
   - requirements: docs/requirements.txt