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 d92bb46 commit f2efcc5
Show file tree
Hide file tree
Showing 2 changed files with 20 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
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include docs/cmd_list.txt
include docs/requirements.txt
include pytest.ini
include tox.ini
exclude .readthedocs.yaml
prune docs/_build
recursive-include docs *.png
recursive-include docs *.py
Expand Down

0 comments on commit f2efcc5

Please sign in to comment.