Improve segmented journal actor metrics
[controller.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 build:
9   os: ubuntu-22.04
10   tools:
11     python: "3.11"
12   jobs:
13     post_checkout:
14       - git fetch --unshallow || true
15
16 sphinx:
17   configuration: docs/conf.py
18
19 python:
20   install:
21     - requirements: docs/requirements.txt