File: .readthedocs.yaml

package info (click to toggle)
python-screed 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 824 kB
  • sloc: python: 3,353; makefile: 164; sh: 22; javascript: 16
file content (16 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2

# Set the version of Python and other tools you might need
build:
  os: ubuntu-24.04
  tools:
    python: "3.14"

# Build documentation in the docs/ directory with Sphinx
sphinx:
   configuration: doc/conf.py

python:
  install:
    - method: pip
      path: .