Skip to content

Commit

Permalink
docs: add .readthedocs.yaml to migrate to RTD v2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-steduto committed Jun 27, 2023
1 parent d8164f5 commit 5cbcacc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file is part of REANA.
# Copyright (C) 2023 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt

0 comments on commit 5cbcacc

Please sign in to comment.