elinuxhenrik | c9a3947 | 2020-09-21 10:11:08 +0200 | [diff] [blame] | 1 | from docs_conf.conf import * |
elinuxhenrik | 3d85420 | 2020-09-22 15:48:10 +0200 | [diff] [blame] | 2 | |
elinuxhenrik | 3d85420 | 2020-09-22 15:48:10 +0200 | [diff] [blame] | 3 | branch = 'latest' |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 4 | master_doc = 'index' |
| 5 | |
| 6 | linkcheck_ignore = [ |
| 7 | 'http://localhost', |
| 8 | ] |
| 9 | |
Singal, Kapil (ks220y) | 82fe926 | 2020-09-29 13:02:36 -0400 | [diff] [blame] | 10 | extensions = ['sphinx_tabs.tabs'] |
| 11 | |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 12 | intersphinx_mapping = {} |
| 13 | |
| 14 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
| 15 | |
| 16 | def setup(app): |
Jessica Wagantall | fc3b6b3 | 2020-10-01 16:20:24 -0700 | [diff] [blame] | 17 | app.add_css_file("css/ribbon.css") |