MCPcopy Create free account
hub / github.com/DFHack/dfhack / get_caption_str

Function get_caption_str

conf.py:105–106  ·  view source on GitHub ↗
(prefix='')

Source from the content-addressed store, hash-verified

103sphinx_major_version = sphinx.version_info[0]
104
105def 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.

Callers 1

conf.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected