Skip to content

Commit

Permalink
Merge pull request #293 from pcerny/pce/psdk-152_fix_path
Browse files Browse the repository at this point in the history
PSDK-152: fix paths in .readthedocs.yaml

Reviewed-by: Jan Kadlec
             https://github.com/hkad98
  • Loading branch information
gdgate authored Jul 20, 2023
2 parents af3d1bd + 9496eb2 commit 0e47f37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gooddata-fdw/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
python: "3.11"

sphinx:
configuration: docs/conf.py
configuration: gooddata-fdw/docs/conf.py

python:
install:
- requirements: docs/requirements.txt
- requirements: gooddata-fdw/docs/requirements.txt
4 changes: 2 additions & 2 deletions gooddata-pandas/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
python: "3.11"

sphinx:
configuration: docs/conf.py
configuration: gooddata-pandas/docs/conf.py

python:
install:
- requirements: docs/requirements.txt
- requirements: gooddata-pandas/docs/requirements.txt

0 comments on commit 0e47f37

Please sign in to comment.