Skip to content

Commit d023bc3

Browse files
committed
Update badges in the HTML doc
1 parent 791bc4c commit d023bc3

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

doc/_templates/appveyor.html

-7
This file was deleted.

doc/_templates/gha.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div>
2+
<p>
3+
<a href="https://github.com/avalentino/pyepr/actions">
4+
<img src="https://github.com/avalentino/pyepr/actions/workflows/python-package.yml/badge.svg?branch=master" alt="CI status page"/>
5+
</a>
6+
</p>
7+
</div>

doc/_templates/travis-ci.html

-7
This file was deleted.

doc/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ def get_version(filename, strip_extra=False):
138138
'searchbox.html',
139139
'ohloh.html',
140140
'pypi.html',
141-
'travis-ci.html',
142-
'appveyor.html',
141+
'gha.html',
143142
'readthedocs.html',
144143
'codecov.html',
145144
],

0 commit comments

Comments
 (0)