mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-01 12:05:22 +00:00
7 lines
167 B
Python
7 lines
167 B
Python
def setup(app):
|
|
app.add_description_unit(
|
|
directivename = "setting",
|
|
rolename = "setting",
|
|
indextemplate = "pair: %s; setting",
|
|
)
|