Skip to content

Commit 3099907

Browse files
committed
Docs requirements dependency fix
1 parent 2296840 commit 3099907

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

gooddata-fdw/docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pallets-sphinx-themes
33
sphinx-rtd-theme
44
# Dependencies to the other projects in the repository
55
# CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds
6+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client
7+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client
8+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client
69
-e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client
710
-e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk
811
-e${CWD_TO_ROOT_RELATIVE}/gooddata-fdw

gooddata-pandas/docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pallets-sphinx-themes
33
sphinx-rtd-theme
44
# Dependencies to the other projects in the repository
55
# CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds
6+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client
7+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client
8+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client
69
-e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client
710
-e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk
811
-e${CWD_TO_ROOT_RELATIVE}/gooddata-pandas

gooddata-sdk/docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ pallets-sphinx-themes
33
sphinx-rtd-theme
44
# Dependencies to the other projects in the repository
55
# CWD_TO_ROOT_RELATIVE defines path to root of repository - it can differ for tox and readthedocs builds
6+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-metadata-client
7+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-afm-client
8+
-e${CWD_TO_ROOT_RELATIVE}/gooddata-scan-client
69
-e${CWD_TO_ROOT_RELATIVE}/gooddata-api-client
710
-e${CWD_TO_ROOT_RELATIVE}/gooddata-sdk

0 commit comments

Comments
 (0)