From f604c73a77a30efdf3874543b96392c77e299f92 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 14 Dec 2016 19:48:24 +0100 Subject: [PATCH] add missing config formats --- _build/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_build/conf.py b/_build/conf.py index 44303b18dbe..8615b3cc714 100644 --- a/_build/conf.py +++ b/_build/conf.py @@ -112,8 +112,11 @@ lexers['terminal'] = TerminalLexer() config_block = { + 'apache': 'Apache', 'markdown': 'Markdown', + 'nginx': 'Nginx', 'rst': 'reStructuredText', + 'terminal': 'Terminal', 'varnish3': 'Varnish 3', 'varnish4': 'Varnish 4' }