File: .readthedocs.yml

package info (click to toggle)
ablog 0.11.12-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 848 kB
  • sloc: python: 2,389; makefile: 36
file content (21 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 2
build:
  os: ubuntu-lts-latest
  tools:
    python: "mambaforge-latest"
  jobs:
    pre_install:
      - git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
conda:
  environment: .rtd-environment.yml
sphinx:
  builder: html
  configuration: docs/conf.py
  fail_on_warning: false
python:
  install:
    - method: pip
      extra_requirements:
        - all
        - docs
      path: .