File: readthedocs.yml

package info (click to toggle)
refnx 0.1.60-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,972 kB
  • sloc: python: 37,056; cpp: 1,015; ansic: 185; makefile: 180; sh: 130; lisp: 89; xml: 34
file content (20 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 2

#conda:
#  environment: doc/environment.yml

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

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

python:
   install:
      - requirements: doc/requirements.txt
      - method: pip
        path: .