Skip to content

Commit b987964

Browse files
Remove Travis CI configuration
1 parent 7efad71 commit b987964

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

.travis.yml

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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
:target: https://sphinxcontrib-autoprogram.readthedocs.io/
1010
:alt: Documentation Status
1111

12-
.. image:: https://travis-ci.org/sphinx-contrib/autoprogram.svg?branch=master
12+
.. image:: https://github.com/sphinx-contrib/autoprogram/workflows/Build%20and%20Test/badge.svg?branch=master
13+
:target: https://github.com/sphinx-contrib/autoprogram/actions
1314
:alt: Build Status
14-
:target: https://travis-ci.org/sphinx-contrib/autoprogram
1515

1616
This contrib extension, ``sphinxcontrib.autoprogram``, provides an automated
1717
way to document CLI programs. It scans ``argparse.ArgumentParser`` object,

doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
:target: https://sphinxcontrib-autoprogram.readthedocs.io/
1717
:alt: Documentation Status
1818

19-
.. image:: https://travis-ci.org/sphinx-contrib/autoprogram.svg?branch=master
19+
.. image:: https://github.com/sphinx-contrib/autoprogram/workflows/Build%20and%20Test/badge.svg?branch=master
20+
:target: https://github.com/sphinx-contrib/autoprogram/actions
2021
:alt: Build Status
21-
:target: https://travis-ci.org/sphinx-contrib/autoprogram
2222

2323
This contrib extension, :mod:`sphinxcontrib.autoprogram`, provides an automated
2424
way to document CLI programs. It scans :class:`argparse.ArgumentParser`
@@ -144,7 +144,7 @@ Additional Options for :rst:dir:`.. autoprogram::`
144144

145145
``:start_command: subcommand``
146146
Render document for the given subcommand. ``subcommand`` can be a space
147-
separated list to render a sub-sub-...-command.
147+
separated list to render a sub-sub-...-command.
148148

149149
.. versionadded:: 0.1.3
150150

0 commit comments

Comments
 (0)