1 parent 409df98 commit 710ea39Copy full SHA for 710ea39
2 files changed
.github/workflows/gh-pages.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
30
+ with:
31
+ fetch-depth: 0
32
- name: Setup Python
33
uses: actions/setup-python@v5
34
with:
mkdocs.yml
@@ -66,7 +66,10 @@ plugins:
66
- mkdocstrings:
67
handlers:
68
python:
69
- paths: ["uqdd"]
+ setup_commands:
70
+ - import sys
71
+ - sys.path.append('.')
72
+ paths: ['.']
73
options:
74
show_source: false
75
docstring_style: numpy
0 commit comments