File: .readthedocs.yaml

package info (click to toggle)
boinor 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,604 kB
  • sloc: python: 20,947; makefile: 172; sh: 36
file content (25 lines) | stat: -rw-r--r-- 425 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
22
23
24
25
version: 2

# does not work with 3.12, 3.11; poliastro did it with 3.9
build:
  os: "ubuntu-22.04"
  tools:
    python: "3.11"

formats:
  - epub

python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - doc
        - cesium

sphinx:
  # fail_on_warning: true  # Too hard, maybe one day?
  fail_on_warning: false
  # Path to your Sphinx configuration file.
  configuration: docs/source/conf.py