parent
46c567c01a
commit
bb95ed1de0
Binary file not shown.
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
"""Crude Sphinx extension to run a makefile step
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def config_inited(app, config):
|
||||
os.system('make copy-plugin-readmes')
|
||||
|
||||
def setup(app):
|
||||
app.connect('config-inited', config_inited)
|
Loading…
Reference in new issue