Skip to content
Snippets Groups Projects

Host documentation on readthedocs.org

Merged André Anjos requested to merge readthedocs into main
3 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
3
.readthedocs.yaml 0 → 100644
+ 17
0
 
# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
 
#
 
# SPDX-License-Identifier: GPL-3.0-or-later
 
 
version: 2
 
 
build:
 
os: "ubuntu-22.04"
 
tools:
 
python: "3.11"
 
 
python:
 
install:
 
- method: pip
 
path: .
 
extra_requirements:
 
- doc
Loading