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 14d5186 commit 5706804
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
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 @@ -13,6 +13,7 @@ include *.yml
include *.sh
include .flake8
include pytest.ini
exclude .readthedocs.yaml
prune docs/_build
recursive-include reana *.py
recursive-include docs *.py
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
# under the terms of the MIT License; see LICENSE file for more details.

-e .[all]
urllib3<2.0.0

0 comments on commit 5706804

Please sign in to comment.