From c4912ec0e8af241250ffcacc57dcf85cd6505497 Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Date: Mon, 10 Aug 2020 10:49:41 +0200 Subject: [PATCH] docs: revert deletion of docs/requirements.txt * Addresses https://github.com/reanahub/reana/issues/335#issuecomment-671231805. --- MANIFEST.in | 1 + docs/requirements.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/requirements.txt diff --git a/MANIFEST.in b/MANIFEST.in index b13b36ca..ea0f7dd2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,6 +16,7 @@ recursive-include reana *.py recursive-include docs *.py recursive-include docs *.png recursive-include docs *.rst +recursive-include docs *.txt recursive-include tests *.py recursive-include helm *.yaml recursive-include helm *.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..3815b979 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,7 @@ +# This file is part of REANA. +# Copyright (C) 2017-2020 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. + +-e .[all]