Skip to content

Commit 8fa70e7

Browse files
authored
ci: fix broken documenation test (works on RtD) (#2506)
* ci: fix broken documenation test (works on RtD) * docs: docs link incorrect
1 parent d753b76 commit 8fa70e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
- uses: actions/setup-python@v2
494494

495495
- name: Install Doxygen
496-
run: sudo apt install -y doxygen
496+
run: sudo apt-get install -y doxygen librsvg2-bin # Changed to rsvg-convert in 20.04
497497

498498
- name: Install docs & setup requirements
499499
run: python3 -m pip install -r docs/requirements.txt

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ file. By using, distributing, or contributing to this project, you agree
147147
to the terms and conditions of this license.
148148

149149
.. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest
150-
:target: http://pybind11.readthedocs.org/en/master/?badge=latest
150+
:target: http://pybind11.readthedocs.org/en/latest
151151
.. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue
152-
:target: http://pybind11.readthedocs.org/en/stable/?badge=stable
152+
:target: http://pybind11.readthedocs.org/en/stable
153153
.. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
154154
:target: https://gitter.im/pybind/Lobby
155155
.. |CI| image:: https://github.com/pybind/pybind11/workflows/CI/badge.svg

0 commit comments

Comments
 (0)