xref: /libCEED/.readthedocs.yml (revision 5a6e2571d3b49477db96e3b6dac42a29c3c844fa)
1# Read the Docs configuration file
2# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
4# Required
5version: 2
6
7# Build documentation in the docs/ directory with Sphinx
8sphinx:
9  builder: dirhtml
10  configuration: doc/sphinx/source/conf.py
11
12# Optionally build your docs in additional formats such as PDF and ePub
13formats: all
14
15# Optionally set the version of Python and requirements required to build your docs
16python:
17  version: 3.8
18  install:
19    - requirements: doc/sphinx/requirements.txt
20