Update updates.md
[ccm-docs.git] / .readthedocs.yaml
blobe414300aeecefa8774ce2a15e1cbb467b180a0ad
1 # .readthedocs.yaml
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5 # Required
6 version: 2
8 # Set the version of Python and other tools you might need
9 build:
10   os: ubuntu-22.04
11   tools:
12     python: "3.10"
14 mkdocs:
15   configuration: mkdocs.yml
17 # Optionally declare the Python requirements required to build your docs
18 python:
19    install:
20    - requirements: docs/requirements.txt