File: .readthedocs.yaml

package info (click to toggle)
python-oracledb 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,224 kB
  • sloc: python: 17,637; sql: 1,819; makefile: 41
file content (16 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# required
version: 2

build:
  os: ubuntu-20.04
  tools:
    python: "3.9"

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

# declare Python requirements required to build docs
python:
   install:
   - requirements: doc/requirements.txt