mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed opensearch double slash issue (#44137)
http://www.sphinx-doc.org/en/stable/config.html#confval-html_use_opensearch "(without trailing slash)"
This commit is contained in:
parent
f7ac1c588d
commit
4c62722675
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ html_copy_source = False
|
||||||
# If true, an OpenSearch description file will be output, and all pages will
|
# If true, an OpenSearch description file will be output, and all pages will
|
||||||
# contain a <link> tag referring to it. The value of this option must be the
|
# contain a <link> tag referring to it. The value of this option must be the
|
||||||
# base URL from which the finished HTML is served.
|
# base URL from which the finished HTML is served.
|
||||||
html_use_opensearch = 'https://docs.ansible.com/ansible/latest/'
|
html_use_opensearch = 'https://docs.ansible.com/ansible/latest'
|
||||||
|
|
||||||
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
|
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
|
||||||
# html_file_suffix = ''
|
# html_file_suffix = ''
|
||||||
|
|
Loading…
Reference in a new issue