File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11name : Lint
22
3- on : [ pull_request ]
3+ on : pull_request
44
55jobs :
66 lint :
Original file line number Diff line number Diff line change 2121 path : .cache
2222 restore-keys : |
2323 mkdocs-material-
24- - run : pip install mkdocs-material mkdocstrings mkdocstrings-python pymdown-extensions mkdocs-jupyter
24+ - run : pip install mkdocs-material mkdocstrings mkdocstrings-python pymdown-extensions mknotebooks
2525 - run : mkdocs build
Original file line number Diff line number Diff line change 1- # ![ GraphiQ] ( https://raw.githubusercontent.com/graphiq-dev/graphiq/main/docs/img/logos/logo-light.png )
1+ #
2+
3+ <p align =" center " >
4+ <picture >
5+ <source media="(prefers-color-scheme: dark)" srcset=docs/img/logos/logo-dark.png>
6+ <source media="(prefers-color-scheme: light)" srcset=docs/img/logos/logo-light.png>
7+ <img alt="Shows a black logo in light color mode and a white one in dark color mode." src=docs/img/logos/logo.png>
8+ </picture >
9+ </p >
210
311<div align =" center " >
412
You can’t perform that action at this time.
0 commit comments