Skip to content
Snippets Groups Projects
Commit 3fe64ea7 authored by Martin Larralde's avatar Martin Larralde
Browse files

Add ReadTheDocs configuration file [ci skip]

parent b25f2142
No related branches found
No related tags found
No related merge requests found
Pipeline #51706 skipped
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# VCS submodules configuration.
submodules:
include: all
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment