Skip to content

Commit 2e4b642

Browse files
committed
Small fixes
1 parent 603a29b commit 2e4b642

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.rst

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-rest-framework-datatables-editor
22
=======================================
33

4-
|build-status-image| |codecov-image| |documentation-status-image| |pypi-version| |py-versions|
4+
|build-status-image| |codecov-image| |documentation-status-image| |pypi-version| |py-versions| |dj-versions|
55

66
Overview
77
--------
@@ -208,25 +208,24 @@ If you want to check the coverage, use:
208208
209209
.. _tox: http://tox.readthedocs.org/en/latest/
210210

211-
.. |build-status-image| image:: https://travis-ci.com/VVyacheslav/django-rest-framework-datatables-editor.svg?branch=master
212-
:target: https://travis-ci.com/VVyacheslav/django-rest-framework-datatables-editor
213-
:alt: Travis build
211+
.. |build-status-image| image:: https://img.shields.io/github/workflow/status/VVyacheslav/django-rest-framework-datatables-editor/build/master?style=flat-square
212+
:alt: Build
214213

215-
.. |codecov-image| image:: https://codecov.io/gh/VVyacheslav/django-rest-framework-datatables-editor/branch/master/graph/badge.svg
214+
.. |codecov-image| image:: https://codecov.io/gh/VVyacheslav/django-rest-framework-datatables-editor/branch/master/graph/badge.svg?style=flat-square
216215
:target: https://codecov.io/gh/VVyacheslav/django-rest-framework-datatables-editor
217216

218-
.. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-datatables-editor.svg
217+
.. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-datatables-editor.svg?style=flat-square
219218
:target: https://pypi.python.org/pypi/djangorestframework-datatables-editor
220219
:alt: Pypi version
221220

222-
.. |documentation-status-image| image:: https://readthedocs.org/projects/drf-datatables-editor/badge/?version=latest
221+
.. |documentation-status-image| image:: https://readthedocs.org/projects/drf-datatables-editor/badge/?version=latest&style=flat-square
223222
:target: https://drf-datatables-editor.readthedocs.io/en/latest/?badge=latest
224223
:alt: Documentation Status
225224

226-
.. |py-versions| image:: https://img.shields.io/pypi/pyversions/djangorestframework-datatables-editor.svg
227-
:target: https://img.shields.io/pypi/pyversions/djangorestframework-datatables.svg
225+
.. |py-versions| image:: https://img.shields.io/pypi/pyversions/djangorestframework-datatables-editor.svg?style=flat-square
226+
:target: https://img.shields.io/pypi/pyversions/djangorestframework-datatables-editor.svg
228227
:alt: Python versions
229228

230-
.. |dj-versions| image:: https://img.shields.io/pypi/djversions/djangorestframework-datatables.svg
231-
:target: https://img.shields.io/pypi/djversions/djangorestframework-datatables.svg
229+
.. |dj-versions| image:: https://img.shields.io/pypi/djversions/djangorestframework-datatables-editor.svg?style=flat-square
230+
:target: https://img.shields.io/pypi/djversions/djangorestframework-datatables-editor.svg
232231
:alt: Django versions

requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sphinx==2.0.1
2-
sphinx-rtd-theme==0.4.3
1+
Sphinx==3.0.3
2+
sphinx-rtd-themee==0.4.3

0 commit comments

Comments
 (0)