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 | |
| 3 | #branch configuration |
| 4 | |
| 5 | branch = 'latest' |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 6 | master_doc = 'index' |
| 7 | |
| 8 | linkcheck_ignore = [ |
| 9 | 'http://localhost', |
| 10 | ] |
| 11 | |
Singal, Kapil (ks220y) | 82fe926 | 2020-09-29 13:02:36 -0400 | [diff] [blame^] | 12 | extensions = ['sphinx_tabs.tabs'] |
| 13 | |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 14 | intersphinx_mapping = {} |
| 15 | |
| 16 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
| 17 | |
| 18 | def setup(app): |
| 19 | app.add_stylesheet("css/ribbon.css") |