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 c69924d commit 6800debCopy full SHA for 6800deb
scripts/build_docs.sh
@@ -3,6 +3,6 @@
3
source .venv/bin/activate
4
5
pdoc substreams_firehose -o docs/ -d google -t docs/ \
6
- --logo https://raw.githubusercontent.com/pinax-network/substreams_firehose/prepare-pypi/docs/logo.png \
+ --logo https://raw.githubusercontent.com/pinax-network/substreams_firehose/main/docs/logo.png \
7
--logo-link https://github.com/pinax-network/substreams_firehose/ \
8
--footer-text "$(printf "%s (v%s) made with ♡ by %s for Pinax" $(hatch project metadata | jq -r .name,.version,.authors[0].name))"
0 commit comments