"test/reduce/CMakeLists.txt" did not exist on "cb87b049de8f8122e8a1970ac5bbede748005d8b"
.readthedocs.yaml 271 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
   configuration: docs/conf.py

formats: [htmlzip]

python:
   version: "3.8"
   install:
   - requirements: docs/.sphinx/requirements.txt