Skip to content

Commit fe70d41

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@0b096cd7
1 parent 1ca3c9f commit fe70d41

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/template",
3-
"commit": "7e07548aad55432b86d881ccdab66eb1c89986c0",
3+
"commit": "0b096cd7ecff1b28ee8c2887ba3321418be34b9a",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -15,7 +15,7 @@
1515
"pypi_name": "sphinxnotes-snippet",
1616
"pypi_owner": "SilverRainZ",
1717
"_template": "https://github.com/sphinx-notes/template",
18-
"_commit": "7e07548aad55432b86d881ccdab66eb1c89986c0"
18+
"_commit": "0b096cd7ecff1b28ee8c2887ba3321418be34b9a"
1919
}
2020
},
2121
"directory": null

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
pages:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
environment:
1818
name: github-pages
1919
url: ${{ steps.deployment.outputs.page_url }}

docs/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sphinxnotes-snippet
66
===================
77

8-
.. |docs| image:: https://img.shields.io/github/deployments/sphinx-notes/snippet/github-pages
8+
.. |docs| image:: https://img.shields.io/github/deployments/sphinx-notes/snippet/github-pages?label=docs
99
:target: https://sphinx.silverrainz.me/snippet
1010
:alt: Documentation Status
1111

@@ -21,7 +21,11 @@ sphinxnotes-snippet
2121
:target: https://pypi.python.org/pypi/sphinxnotes-snippet
2222
:alt: PyPI Package Downloads
2323

24-
|docs| |license| |pypi| |download|
24+
.. |github| image:: https://img.shields.io/badge/GitHub-181717?style=flat&logo=github&logoColor=white/
25+
:target: https://github.com/sphinx-notes/snippet
26+
:alt: GitHub Repository
27+
28+
|docs| |license| |pypi| |download| |github|
2529

2630
Introduction
2731
============

0 commit comments

Comments
 (0)