From 49d994d7cc9b23c0489bb30a3fc650082a522139 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 22 Aug 2021 19:26:03 +0100 Subject: [PATCH 1/2] Reference GitHub Actions instead of Travis in documentation --- doc/src/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/index.rst b/doc/src/index.rst index 96b89f6c..3f4bdb2a 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -75,12 +75,12 @@ Screenshots Test suite status ------------------ Linkchecker has extensive unit tests to ensure code quality. -`Travis CI `_ is used for continuous build +`GitHub 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: From 119f6a961ea2293b8d66a6c8c73a5509b821574d Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 22 Aug 2021 19:26:03 +0100 Subject: [PATCH 2/2] Use an HTML list for custom menu entries in documentation For compatibility with sphinx_rtd_theme 1.0, which otherwise renders the entries with buttons. --- doc/src/_templates/layout.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/src/_templates/layout.html b/doc/src/_templates/layout.html index fd608510..8af102d1 100644 --- a/doc/src/_templates/layout.html +++ b/doc/src/_templates/layout.html @@ -2,8 +2,10 @@ {% block menu %} {{ super() }} - Index -
- Change Log - Issue Tracker + {% endblock %}