Chore: Update downloads page for Potassium SR3
[docs.git] / .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 sphinx:
9     configuration: docs/conf.py
10
11 # Build documentation with MkDocs
12 #mkdocs:
13 #  configuration: mkdocs.yml
14
15 # Optionally build your docs in additional formats such as PDF
16 # formats:
17 #   - pdf
18
19 build:
20   os: ubuntu-22.04
21   tools:
22     python: "3.11"
23   jobs:
24     post_checkout:
25       - git fetch --unshallow || true
26
27 python:
28   install:
29     - requirements: docs/requirements.txt