]> git.puffer.fish Git - matthieu/frr.git/commit
doc: load lexer differently
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 10 Apr 2018 17:37:47 +0000 (13:37 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 10 Apr 2018 17:51:50 +0000 (13:51 -0400)
commitdff213a9688902d0b44cb468090c98426b4de2f8
tree5ff157404634bcc9648e7fca72548a3e51b362bc
parent9eb95b3b0aa3c9c38d9334bf5c34f8d4eea1cb16
doc: load lexer differently

Pygments 2.2+ has `load_lexer_from_file`, but it looks like some of our
build platforms are on an older version.

Also gotta include the new file in dist tarball.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/Makefile.am
doc/developer/conf.py
doc/user/conf.py