From 309990774ef787fc23da4882fc3fb4e27b83b174 Mon Sep 17 00:00:00 2001 From: hkad98 Date: Wed, 16 Nov 2022 15:39:22 +0100 Subject: [PATCH] Docs requirements dependency fix --- gooddata-fdw/docs/requirements.txt | 3 +++ gooddata-pandas/docs/requirements.txt | 3 +++ gooddata-sdk/docs/requirements.txt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/gooddata-fdw/docs/requirements.txt b/gooddata-fdw/docs/requirements.txt index 6babd31c3..9178d5ad0 100644 --- a/gooddata-fdw/docs/requirements.txt +++ b/gooddata-fdw/docs/requirements.txt @@ -3,6 +3,9 @@ pallets-sphinx-themes sphinx-rtd-theme # Dependencies to the other projects in the repository # CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds +-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client +-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client +-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client -e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client -e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk -e${CWD_TO_ROOT_RELATIVE}/gooddata-fdw diff --git a/gooddata-pandas/docs/requirements.txt b/gooddata-pandas/docs/requirements.txt index af12aca4d..24ae1b1d0 100644 --- a/gooddata-pandas/docs/requirements.txt +++ b/gooddata-pandas/docs/requirements.txt @@ -3,6 +3,9 @@ pallets-sphinx-themes sphinx-rtd-theme # Dependencies to the other projects in the repository # CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds +-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client +-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client +-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client -e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client -e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk -e${CWD_TO_ROOT_RELATIVE}/gooddata-pandas diff --git a/gooddata-sdk/docs/requirements.txt b/gooddata-sdk/docs/requirements.txt index dd0f3240d..ae8da7041 100644 --- a/gooddata-sdk/docs/requirements.txt +++ b/gooddata-sdk/docs/requirements.txt @@ -3,5 +3,8 @@ pallets-sphinx-themes sphinx-rtd-theme # Dependencies to the other projects in the repository # CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds +-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client +-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client +-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client -e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client -e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk