python3-sphinx
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
From a904ab563a14ee5891551fdecf0d66d26774979f Mon Sep 17 00:00:00 2001
|
||||
From: Takeshi KOMIYA <i.tkomiya@gmail.com>
|
||||
Date: Mon, 30 May 2022 02:06:30 +0900
|
||||
Subject: [PATCH] test: Change URL of testcase
|
||||
|
||||
---
|
||||
tests/roots/test-linkcheck/links.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/roots/test-linkcheck/links.txt b/tests/roots/test-linkcheck/links.txt
|
||||
index 4ff0c9f522..626f843f17 100644
|
||||
--- a/tests/roots/test-linkcheck/links.txt
|
||||
+++ b/tests/roots/test-linkcheck/links.txt
|
||||
@@ -13,7 +13,7 @@ Some additional anchors to exercise ignore code
|
||||
* `Complete nonsense <https://localhost:7777/doesnotexist>`_
|
||||
* `Example valid local file <conf.py>`_
|
||||
* `Example invalid local file <path/to/notfound>`_
|
||||
-* https://github.com/sphinx-doc/sphinx/blob/4.x/sphinx/__init__.py#L2
|
||||
+* https://github.com/sphinx-doc/sphinx/blob/master/sphinx/__init__.py#L2
|
||||
|
||||
.. image:: https://www.google.com/image.png
|
||||
.. figure:: https://www.google.com/image2.png
|
||||
Reference in New Issue
Block a user