Skip to content

Commit 14deffc

Browse files
committed
Fix: updated card graphic for package guide
1 parent 116d01e commit 14deffc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
30.6 KB
Loading

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,7 @@
134134

135135
# Social cards
136136
ogp_site_url = "http://www.pyopensci.org/python-package-guide"
137-
ogp_image = "https://www.pyopensci.org/python-package-guide/_static/logo-light-mode.png"
137+
ogp_social_cards = {
138+
"line_color": "#6D597A",
139+
"image": "_static/pyopensci-logo-package-guide.png",
140+
}

tests/run-tests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
:og:description: Learn how to setup and run tests for your Python package locally on your computer using automation tools such as Nox. Also learn about other tools that scientific Python community members use to run tests.
3-
:og:image: https://www.pyopensci.org/python-package-guide/_images/packaging-lifecycle.png
43
:og:image:alt: An image showing the Python packaging lifecycle
54
:og:title: Sdf
65
---

0 commit comments

Comments
 (0)