public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup] docs: load local mathjax instead of from cdn
Date: Fri, 26 Feb 2021 15:45:34 +0100	[thread overview]
Message-ID: <20210226144534.11103-1-d.csapak@proxmox.com> (raw)

By default, sphinx embeds the cdn version of mathjax.
Use a locally installed version instead.

The config is the default sphinx config used.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 debian/control.in                | 1 +
 debian/proxmox-backup-docs.links | 1 +
 docs/conf.py                     | 3 +++
 3 files changed, 5 insertions(+)

diff --git a/debian/control.in b/debian/control.in
index b4b4d22e..c6aee8ca 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -38,6 +38,7 @@ Package: proxmox-backup-docs
 Build-Profiles: <!nodoc>
 Section: doc
 Depends: libjs-extjs,
+         libjs-mathjax,
          ${misc:Depends},
 Architecture: all
 Description: Proxmox Backup Documentation
diff --git a/debian/proxmox-backup-docs.links b/debian/proxmox-backup-docs.links
index 688dfae0..2782f374 100644
--- a/debian/proxmox-backup-docs.links
+++ b/debian/proxmox-backup-docs.links
@@ -2,3 +2,4 @@
 /usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/prune-simulator/extjs
 /usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/lto-barcode/extjs
 /usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/api-viewer/extjs
+/usr/share/javascript/mathjax /usr/share/doc/proxmox-backup/html/_static/mathjax
diff --git a/docs/conf.py b/docs/conf.py
index f4e8743a..cfa4158d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -464,3 +464,6 @@ epub_exclude_files = ['search.html']
 # If false, no index is generated.
 #
 # epub_use_index = True
+
+# use local mathjax package, symlink comes from debian/proxmox-backup-docs.links
+mathjax_path = "mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
-- 
2.20.1





             reply	other threads:[~2021-02-26 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 14:45 Dominik Csapak [this message]
2021-02-26 17:12 ` [pbs-devel] applied: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210226144534.11103-1-d.csapak@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal