Commit db7bd6feef3004927c830213ccd4f7a0bebc92f5

Authored by Jay Berkenbilt
1 parent 0966b689

Reference latest docs on readthedocs

manual/index.rst
@@ -5,6 +5,14 @@ @@ -5,6 +5,14 @@
5 QPDF version |release| 5 QPDF version |release|
6 ====================== 6 ======================
7 7
  8 +..
  9 + Include the actual text of the link to readthedocs so it shows up in
  10 + the PDF when printed.
  11 +
  12 +Welcome to the QPDF documentation! For the latest version of this
  13 +documentation, please visit `https://qpdf.readthedocs.io
  14 +<https://qpdf.readthedocs.io>`__.
  15 +
8 .. toctree:: 16 .. toctree::
9 :maxdepth: 2 17 :maxdepth: 2
10 :caption: Contents: 18 :caption: Contents:
manual/overview.rst
@@ -6,7 +6,8 @@ What is QPDF? @@ -6,7 +6,8 @@ What is QPDF?
6 QPDF is a program and C++ library for structural, content-preserving 6 QPDF is a program and C++ library for structural, content-preserving
7 transformations on PDF files. QPDF's website is located at 7 transformations on PDF files. QPDF's website is located at
8 https://qpdf.sourceforge.io/. QPDF's source code is hosted on github 8 https://qpdf.sourceforge.io/. QPDF's source code is hosted on github
9 -at https://github.com/qpdf/qpdf. 9 +at https://github.com/qpdf/qpdf. You can find the latest version of
  10 +this documentation at https://qpdf.readthedocs.io/.
10 11
11 QPDF provides many useful capabilities to developers of PDF-producing 12 QPDF provides many useful capabilities to developers of PDF-producing
12 software or for people who just want to look at the innards of a PDF 13 software or for people who just want to look at the innards of a PDF