1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-28 05:04:20 +00:00

7 lines
167 B
Python
Raw Normal View History

def setup(app):
app.add_description_unit(
directivename = "setting",
rolename = "setting",
indextemplate = "pair: %s; setting",
)