summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: cd5c2e680f6a69994072a35939b637ab6c97389a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Required
version: 2

# Set the version of Python and other tools you might need

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"
  jobs:
    post_build:
      - mkdir -p $READTHEDOCS_OUTPUT/pdf/
      - mv ./_readthedocs/html/build.pdf  $READTHEDOCS_OUTPUT/pdf/$READTHEDOCS_PROJECT.pdf

formats:
  - pdf

mkdocs:
  configuration: docs/mkdocs.fr.yml

python:
  install:
    - requirements: requirements_rtd.txt