Skip to content

Commit

Permalink
fixed relative paths
Browse files Browse the repository at this point in the history
cemde committed Jul 1, 2024
1 parent 1546b6e commit 695295c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ build:
pre_build:
- pwd
- ls
- cp ../examples/* source/examples
- sphinx-apidoc -f -o ../docs/source/ ../pcax/
- cp examples/* docs/source/examples
- sphinx-apidoc -f -o ./docs/source/ ./pcax/

# Build documentation in the "docs/" directory with Sphinx
sphinx:

0 comments on commit 695295c

Please sign in to comment.