We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b2db7 commit dabbd22Copy full SHA for dabbd22
docs/index.rst
@@ -42,5 +42,16 @@ Indices and tables
42
43
.. include:: footer.rst
44
45
+.. raw:: html
46
+
47
+ <script>
48
+ document.addEventListener('DOMContentLoaded', function() {
49
+ const canonical = document.createElement('link');
50
+ canonical.rel = 'canonical';
51
+ canonical.href = 'https://pdf2docx.readthedocs.io';
52
+ document.head.appendChild(canonical);
53
+ });
54
+ </script>
55
56
57
.. _PyMuPDF: https://pymupdf.io
0 commit comments