Commit 558590f0d0960091b601b2449e11d457d695b307
Committed by
Jay Berkenbilt
1 parent
6a8e604d
Fix minor doc typo
Showing
1 changed file
with
1 additions
and
1 deletions
manual/packaging.rst
| ... | ... | @@ -102,7 +102,7 @@ What is the reason for this change? Prior to qpdf 10.5, the qpdf |
| 102 | 102 | manual was a docbook XML file. The generated documents were the |
| 103 | 103 | product of running the file through build-time style sheets and |
| 104 | 104 | contained no copyrighted material of their own. Starting with version |
| 105 | -10.5, the manual is written produced with `Sphinx | |
| 105 | +10.5, the manual is written in reStructured Text and built with `Sphinx | |
| 106 | 106 | <https://www.sphinx-doc.org>`__. This change was made to make it much |
| 107 | 107 | easier to automatically generate portions of the documentation and to |
| 108 | 108 | make the documentation easier to work with. The HTML output of Sphinx | ... | ... |