mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-27 22:44:05 +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",
|
|
)
|