aboutsummaryrefslogtreecommitdiffstats
path: root/manual/_ext
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-03 15:30:34 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:31:22 +0200
commitd55c7ac570a2852547caaa78b73b9fab5494aea1 (patch)
tree527e2efc16c55b29e7fa4011e68397671cf992e7 /manual/_ext
parent62bf296a9c0f5be492f0677ed111b3fa217f4c11 (diff)
downloadqpdf-d55c7ac570a2852547caaa78b73b9fab5494aea1.tar.zst
Spell check with newer cSpell
Diffstat (limited to 'manual/_ext')
-rw-r--r--manual/_ext/qpdf.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/_ext/qpdf.py b/manual/_ext/qpdf.py
index bb13b8b5..7665afed 100644
--- a/manual/_ext/qpdf.py
+++ b/manual/_ext/qpdf.py
@@ -12,6 +12,13 @@ from sphinx.util.nodes import make_refnode
# https://www.sphinx-doc.org/en/master/development/tutorials/todo.html
# https://www.sphinx-doc.org/en/master/development/tutorials/recipe.html
+# cSpell:ignore contnode
+# cSpell:ignore docname
+# cSpell:ignore docnames
+# cSpell:ignore localname
+# cSpell:ignore refnode
+# cSpell:ignore signode
+
class OptionDirective(ObjectDescription):
has_content = True