We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527b3fb commit 9fe6b52Copy full SHA for 9fe6b52
scripts/generate_grants.py
@@ -15,7 +15,7 @@
15
"Authorization": f"token {GITHUB_TOKEN}",
16
}
17
GITHUB_API_URL = "https://api.github.com/repos/pyvec/money/issues"
18
-CONTENT_PATH = Path(__file__).parent.parent
+CONTENT_PATH = Path(__file__).parent.parent / "docs"
19
20
21
if __name__ == "__main__":
0 commit comments