Merge pull request #556 from cjmayo/docactions

Update documentation with GitHub Actions and prepare for sphinx_rtd_theme 1.0
This commit is contained in:
Chris Mayo 2021-08-31 19:24:29 +01:00 committed by GitHub
commit 329e9387e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View file

@ -2,8 +2,10 @@
{% block menu %}
{{ super() }}
<a href="{{ pathto('genindex') }}">Index</a>
<hr>
<a href="https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt">Change Log</a>
<a href="https://github.com/linkchecker/linkchecker/issues/">Issue Tracker</a>
<ul>
<li><a href="{{ pathto('genindex') }}">Index</a></li>
<li><hr></li>
<li><a href="https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt">Change Log</a></li>
<li><a href="https://github.com/linkchecker/linkchecker/issues/">Issue Tracker</a></li>
</ul>
{% endblock %}

View file

@ -75,12 +75,12 @@ Screenshots
Test suite status
------------------
Linkchecker has extensive unit tests to ensure code quality.
`Travis CI <https://travis-ci.com/>`_ is used for continuous build
`GitHub Actions <https://docs.github.com/en/actions/>`_ is used for continuous build
and test integration.
.. image:: https://travis-ci.com/linkchecker/linkchecker.png
.. image:: https://github.com/linkchecker/linkchecker/actions/workflows/build.yml/badge.svg?branch=master
:alt: Build Status
:target: https://travis-ci.com/linkchecker/linkchecker
:target: https://github.com/linkchecker/linkchecker/actions/workflows/build.yml
.. toctree::
:hidden: