aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 21:44:54 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 21:44:54 +0100
commite8a15204f5e0a0e259ff8ae337a94c07b7f67092 (patch)
tree0b5c43f40f9e4ec377563cd7c5efa7abcad38f7d /README-maintainer
parentd70fb568a3d58ef61605c8d5cf537b8668593455 (diff)
downloadqpdf-e8a15204f5e0a0e259ff8ae337a94c07b7f67092.tar.zst
Integration with readthedocs
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer15
1 files changed, 15 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 47d64b2d..8306d9af 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -403,3 +403,18 @@ whichever `./config-*` is appropriate for whichever compiler I need to
test with. Start one of the Visual Studio native compiler shells, and
from there, run one of the msys shells. The Visual Studio step is not
necessary if just building with mingw.
+
+
+DOCS ON readthedocs.org
+
+* Registered for an account at readthedocs.org with my github account
+* Project page: https://readthedocs.org/projects/qpdf/
+* Docs: https://qpdf.readthedocs.io/
+* Admin -> Settings
+ * Set project home page
+ * Advanced: Show version warning
+ * Email Notifications: set email address for build failures
+
+At this time, there is nothing in .github/workflows to support this.
+It's all set up as an integration directly between github and
+readthedocs.