aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-03 20:38:11 -0400
committerDavid Robillard <d@drobilla.net>2021-05-03 20:38:11 -0400
commit6c482ae6345cba504622dddf900ebdc939eac0d1 (patch)
tree30fe0322a131ec4d8dca9f5a61653a07bb988d1a /README.md
parent931490c28a52d83ffc7fd9fc8c6e04349f4d63b1 (diff)
downloadpugl-6c482ae6345cba504622dddf900ebdc939eac0d1.tar.gz
pugl-6c482ae6345cba504622dddf900ebdc939eac0d1.tar.bz2
pugl-6c482ae6345cba504622dddf900ebdc939eac0d1.zip
Fix paginated documentation links
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5b4f82f..6993f78 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@ Each API is documented separately:
* [C++ Documentation (single page)](https://lv2.gitlab.io/pugl/cpp/singlehtml/)
* [C++ Documentation (paginated)](https://lv2.gitlab.io/pugl/cpp/html/)
-The documentation can also be built from the source by configuring with `--docs`.
+The documentation will also be built from the source if the `docs`
+configuration option is enabled, and both Doxygen and Sphinx are available.
Testing
-------