Skip to content

Commit ee7604f

Browse files
committed
Single to double quotes
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 704ed72 commit ee7604f

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

docs/conf.py

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
copyright = "2022, XLAB Steampunk"
1111
author = "XLAB Steampunk"
1212

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"
1515

1616
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",
2020
"sphinx_rtd_theme",
2121
]
2222

23-
pygments_style = 'ansible'
23+
pygments_style = "ansible"
2424

25-
highlight_language = 'YAML+Jinja'
25+
highlight_language = "YAML+Jinja"
2626

27-
html_theme = 'sphinx_rtd_theme'
27+
html_theme = "sphinx_rtd_theme"
2828
html_show_sphinx = False
2929

3030
display_version = False
@@ -36,14 +36,17 @@
3636

3737
# See https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping for the syntax
3838
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+
),
4346
# If you want references to resolve to a released Ansible version (say, `5`), uncomment and replace X by this version:
4447
# 'ansibleX': ('https://docs.ansible.com/ansible/X/', (None, '../ansibleX.inv')),
4548
}
4649

47-
default_role = 'any'
50+
default_role = "any"
4851

4952
nitpicky = True

0 commit comments

Comments
 (0)