1
0
Fork 0
forked from github/pelican

Add a test for false-positive warnings about intersite links.

With the current implementation, links to articles/pages that have not
been processed yet are reported with a warning, yet later replaced with
a correct value. That's not wanted.
This commit is contained in:
Vladimír Vondruš 2018-11-10 20:53:04 +01:00
commit c793e5c394
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Third article
#############
:date: 2018-11-10
:summary: Here's the `first <{filename}/first-article.rst>`_,
`second <{filename}/second-article.rst>`_ and a
`nonexistent article <{filename}/nonexistent.rst>`_.