Skip to content

Commit

Permalink
PSDK-152: fix paths in .readthedocs.yaml
Browse files Browse the repository at this point in the history
Documentation is not very clear. It turned out, paths are relative to
the root of repository.
  • Loading branch information
pcerny committed Jul 20, 2023
1 parent af3d1bd commit 9496eb2
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 9496eb2

Please sign in to comment.