https://github.com/pysam-developers/pysam
Raw File
Tip revision: cdc0ed12fbe2d7633b8fa47534ab2c2547f66b84 authored by Nils Homer on 20 October 2023, 10:12:28 UTC
Add missing header tags as per the spec (PR #1238)
Tip revision: cdc0ed1
.readthedocs.yaml
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

python:
  install:
    - requirements: requirements-dev.txt
    - requirements: doc/requirements-rtd.txt
    - method: setuptools
      path: .

sphinx:
  builder: html
  configuration: doc/conf.py

formats:
  - epub
  - htmlzip
  - pdf
back to top