diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-25 06:35:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-25 06:35:14 -0400 |
| commit | 18d93bbb5a2d6acc791726ad6de7f11d6818d32d (patch) | |
| tree | 0bc138ddb6feac4a8365518e3bc5604b382df0b8 /doc/user/conf.py | |
| parent | 866ec83b8d0a42aa275155780f2b1a2f80148deb (diff) | |
| parent | 086f18fad23a0a2e6ef53f52e4127c932fe0a20e (diff) | |
Merge pull request #2910 from opensourcerouting/doc-summerclean-20180825
protocol vs. OS docs + SMUX leftovers
Diffstat (limited to 'doc/user/conf.py')
| -rw-r--r-- | doc/user/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/conf.py b/doc/user/conf.py index 28081bca7d..2231989fe5 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -358,6 +358,7 @@ def setup(app): app.add_object_type('clicmd', 'clicmd') # css overrides for HTML theme app.add_stylesheet('overrides.css') + app.add_javascript('overrides.js') # load Pygments lexer for FRR config syntax # # NB: in Pygments 2.2+ this can be done with `load_lexer_from_file`, but we |
