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