File: .readthedocs.yaml

package info (click to toggle)
python-fasteners 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 1,628; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
  os: ubuntu-24.04
  tools:
    python: "3.13"
  jobs:
    install:
      - pip install .
      - pip install --groups docs

mkdocs:
  configuration: mkdocs.yml
  fail_on_warning: false