(prefix='')
| 103 | sphinx_major_version = sphinx.version_info[0] |
| 104 | |
| 105 | def get_caption_str(prefix=''): |
| 106 | return prefix + (sphinx_major_version >= 5 and '%s' or '') |
| 107 | |
| 108 | # This config value must be a dictionary of external sites, mapping unique |
| 109 | # short alias names to a base URL and a prefix. |