Skip to content

Commit d767012

Browse files
committed
chore: Update template
1 parent 3fe4f21 commit d767012

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/cookiecutter",
3-
"commit": "1701bf78ca498d756ce4502aa1712cfe23ed35af",
3+
"commit": "b90eb30533478fe686ce664e50541e0f91325c16",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ poetry.lock
133133

134134
# Sphinx
135135
docs/_build/
136+
# sphinxnotes-any >= 2.5
137+
docs/.any*

README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,25 @@
55
sphinxnotes-any
66
===============
77

8-
.. image:: https://img.shields.io/github/actions/workflow/status/sphinx-notes/any/pages.yml
8+
9+
.. |docs| image:: https://img.shields.io/github/deployments/sphinx-notes/any/github-pages
910
:target: https://sphinx.silverrainz.me/any
1011
:alt: Documentation Status
1112

12-
.. image:: https://img.shields.io/github/license/sphinx-notes/any
13-
:target: https://github.com/sphinx-notes/any/LICENSE
13+
.. |license| image:: https://img.shields.io/github/license/sphinx-notes/any
14+
:target: https://github.com/sphinx-notes/any/blob/master/LICENSE
1415
:alt: Open Source License
1516

16-
.. image:: https://img.shields.io/pypi/v/sphinxnotes-any.svg
17+
.. |pypi| image:: https://img.shields.io/pypi/v/sphinxnotes-any.svg
1718
:target: https://pypi.python.org/pypi/sphinxnotes-any
1819
:alt: PyPI Package
1920

20-
.. image:: https://img.shields.io/pypi/dm/sphinxnotes-any
21+
.. |download| image:: https://img.shields.io/pypi/dm/sphinxnotes-any
2122
:target: https://pypi.python.org/pypi/sphinxnotes-any
2223
:alt: PyPI Package Downloads
2324

25+
|docs| |license| |pypi| |download|
26+
2427
Sphinx domain for documenting anything.
2528

2629
* Documentation: https://sphinx.silverrainz.me/any

0 commit comments

Comments
 (0)