aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--README.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc82cf8..6e92e98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,6 +142,8 @@ pages:
- mkdir public/cpp
- mv build/doc/c/singlehtml/ public/c/singlehtml/
- mv build/doc/cpp/singlehtml/ public/cpp/singlehtml/
+ - mv build/doc/c/html/ public/c/html/
+ - mv build/doc/cpp/html/ public/cpp/html/
dependencies:
- x64_dbg
artifacts:
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
-------