Skip to content

Commit f5bfa3a

Browse files
committed
2 parents 12235a0 + 8698127 commit f5bfa3a

File tree

6 files changed

+15
-194
lines changed

6 files changed

+15
-194
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-type: "all"

.github/workflows/automerge.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
.. image:: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
1818
:target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
1919

20+
.. image:: https://img.shields.io/badge/skeleton-2021-informational
21+
:target: https://blog.jaraco.com/skeleton
22+
2023

2124
Library to access the metadata for a Python package.
2225

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@
2424
],
2525
)
2626
}
27+
28+
# Be strict about any broken references:
29+
nitpicky = True

skeleton.md

Lines changed: 0 additions & 166 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extras =
2323
testing
2424
changedir = docs
2525
commands =
26-
python -m sphinx . {toxinidir}/build/html
26+
python -m sphinx -W --keep-going . {toxinidir}/build/html
2727

2828
[testenv:diffcov]
2929
deps =

0 commit comments

Comments
 (0)