]> git.puffer.fish Git - matthieu/frr.git/commit
doc: fix LaTex warning when building pdf docs
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 13 Jan 2025 05:00:09 +0000 (23:00 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 13 Jan 2025 16:24:12 +0000 (10:24 -0600)
commitfd4a76cb2fc2e3c9b01f3a469f549ab2fcccc5de
tree81525e356a599e6ec901e56cf095062468959d52
parenta962ff78330846e64daf1ffdfab0cb78f9c7b881
doc: fix LaTex warning when building pdf docs

LaTex doesn't like the Unicon character `≥` which should be represented
by the special sequnce `$\leq$`. Since this is buried all in Sphinx, and
we also have a scrip that look for the character, the easiest fix is to
just use `>=` instead which works without warnings, and without asking to
ignore every warning about the use of every instance of the special char.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
doc/user/_static/overrides.js
doc/user/about.rst