Diff of /.readthedocs.yml [000000] .. [d15511]

Switch to unified view

a b/.readthedocs.yml
1
# .readthedocs.yml
2
# Read the Docs configuration file
3
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5
# Required
6
version: 2
7
8
build:
9
  os: "ubuntu-22.04"
10
  tools:
11
    python: "3.8"
12
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
  configuration: docs/conf.py
16
17
# Build documentation with MkDocs
18
#mkdocs:
19
#  configuration: mkdocs.yml
20
21
# Optionally build your docs in additional formats such as PDF
22
formats:
23
  - pdf
24
25
# Optionally set the version of Python and requirements required to build your docs
26
python:
27
  install:
28
    - requirements: docs/requirements.txt