Rishi.Chail | 5272dca | 2021-02-23 12:14:24 +0000 | [diff] [blame] | 1 | from docs_conf.conf import * |
2 | |||||
3 | branch = 'latest' | ||||
4 | master_doc = 'index' | ||||
5 | extensions = [ | ||||
6 | 'sphinx.ext.autosectionlabel', | ||||
7 | 'sphinxcontrib.swaggerdoc' | ||||
8 | ] | ||||
9 | |||||
10 | linkcheck_ignore = [ | ||||
11 | 'http://localhost', | ||||
12 | ] | ||||
13 | |||||
14 | intersphinx_mapping = {} | ||||
15 | |||||
16 | html_last_updated_fmt = '%d-%b-%y %H:%M' | ||||
17 | |||||
18 | autosectionlabel_maxdepth = 2 | ||||
19 | |||||
20 | def setup(app): | ||||
21 | app.add_stylesheet("css/ribbon.css") |