Jessica Wagantall | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 1 | from docs_conf.conf import * |
| 2 | |
| 3 | branch = 'latest' |
| 4 | master_doc = 'index' |
uj426b | 351b98f | 2020-05-12 13:35:56 -0400 | [diff] [blame] | 5 | extensions = ['sphinx.ext.autosectionlabel'] |
Jessica Wagantall | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 6 | |
| 7 | linkcheck_ignore = [ |
| 8 | 'http://localhost', |
| 9 | ] |
| 10 | |
| 11 | intersphinx_mapping = {} |
| 12 | |
| 13 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
| 14 | |
| 15 | def setup(app): |
lf-jobbuilder | 664837f | 2020-05-28 14:27:41 -0700 | [diff] [blame] | 16 | app.add_stylesheet("css/ribbon.css") |