File: .readthedocs.yaml

package info (click to toggle)
python-pint 0.25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,516 kB
  • sloc: python: 20,603; makefile: 148
file content (15 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.11"
  apt_packages:
    - graphviz
sphinx:
  configuration: docs/conf.py
  fail_on_warning: false
python:
   install:
     - requirements: requirements_docs.txt
     - method: pip
       path: .