|
10 | 10 | copyright = "2022, XLAB Steampunk" |
11 | 11 | author = "XLAB Steampunk" |
12 | 12 |
|
13 | | -title = 'Scale Computing HyperCore Ansible Collection' |
14 | | -html_short_title = 'Scale Computing HyperCore Ansible Collection' |
| 13 | +title = "Scale Computing HyperCore Ansible Collection" |
| 14 | +html_short_title = "Scale Computing HyperCore Ansible Collection" |
15 | 15 |
|
16 | 16 | extensions = [ |
17 | | - 'sphinx.ext.autodoc', |
18 | | - 'sphinx.ext.intersphinx', |
19 | | - 'sphinx_antsibull_ext', |
| 17 | + "sphinx.ext.autodoc", |
| 18 | + "sphinx.ext.intersphinx", |
| 19 | + "sphinx_antsibull_ext", |
20 | 20 | "sphinx_rtd_theme", |
21 | 21 | ] |
22 | 22 |
|
23 | | -pygments_style = 'ansible' |
| 23 | +pygments_style = "ansible" |
24 | 24 |
|
25 | | -highlight_language = 'YAML+Jinja' |
| 25 | +highlight_language = "YAML+Jinja" |
26 | 26 |
|
27 | | -html_theme = 'sphinx_rtd_theme' |
| 27 | +html_theme = "sphinx_rtd_theme" |
28 | 28 | html_show_sphinx = False |
29 | 29 |
|
30 | 30 | display_version = False |
|
36 | 36 |
|
37 | 37 | # See https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping for the syntax |
38 | 38 | intersphinx_mapping = { |
39 | | - 'python': ('https://docs.python.org/2/', (None, '../python2.inv')), |
40 | | - 'python3': ('https://docs.python.org/3/', (None, '../python3.inv')), |
41 | | - 'jinja2': ('http://jinja.palletsprojects.com/', (None, '../jinja2.inv')), |
42 | | - 'ansible_devel': ('https://docs.ansible.com/ansible/devel/', (None, '../ansible_devel.inv')), |
| 39 | + "python": ("https://docs.python.org/2/", (None, "../python2.inv")), |
| 40 | + "python3": ("https://docs.python.org/3/", (None, "../python3.inv")), |
| 41 | + "jinja2": ("http://jinja.palletsprojects.com/", (None, "../jinja2.inv")), |
| 42 | + "ansible_devel": ( |
| 43 | + "https://docs.ansible.com/ansible/devel/", |
| 44 | + (None, "../ansible_devel.inv"), |
| 45 | + ), |
43 | 46 | # If you want references to resolve to a released Ansible version (say, `5`), uncomment and replace X by this version: |
44 | 47 | # 'ansibleX': ('https://docs.ansible.com/ansible/X/', (None, '../ansibleX.inv')), |
45 | 48 | } |
46 | 49 |
|
47 | | -default_role = 'any' |
| 50 | +default_role = "any" |
48 | 51 |
|
49 | 52 | nitpicky = True |
0 commit comments