.readthedocs.yaml

Tue, 26 Jul 2022 11:36:46 +0200

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Tue, 26 Jul 2022 11:36:46 +0200
changeset 144
72f0d92af2d1
parent 141
1482e13e0516
permissions
-rw-r--r--

Fixed typos in depol real example and added the description to 15 characters measurement ID

# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
  os: ubuntu-20.04
  tools:
    python: "3.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
   configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats:
   - pdf

# Optionally set the version of Python and requirements required to build your docs
#python:
#   version: 3.7
#   install:
#   - requirements: docs/requirements.txt

mercurial