From 8fa70e74838e93f0db38417f3590ba792489b958 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 17 Sep 2020 21:18:15 -0400 Subject: [PATCH] ci: fix broken documenation test (works on RtD) (#2506) * ci: fix broken documenation test (works on RtD) * docs: docs link incorrect --- .github/workflows/ci.yml | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1749d07f0..161171e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -493,7 +493,7 @@ jobs: - uses: actions/setup-python@v2 - name: Install Doxygen - run: sudo apt install -y doxygen + run: sudo apt-get install -y doxygen librsvg2-bin # Changed to rsvg-convert in 20.04 - name: Install docs & setup requirements run: python3 -m pip install -r docs/requirements.txt diff --git a/README.rst b/README.rst index 1d992454d..f7d5badcb 100644 --- a/README.rst +++ b/README.rst @@ -147,9 +147,9 @@ file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license. .. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest - :target: http://pybind11.readthedocs.org/en/master/?badge=latest + :target: http://pybind11.readthedocs.org/en/latest .. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue - :target: http://pybind11.readthedocs.org/en/stable/?badge=stable + :target: http://pybind11.readthedocs.org/en/stable .. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg :target: https://gitter.im/pybind/Lobby .. |CI| image:: https://github.com/pybind/pybind11/workflows/CI/badge.svg