Initial version of the MAC Sphinx extension
This commit is contained in:
commit
2e38c4ea2d
7 changed files with 729 additions and 0 deletions
9
jandd/sphinxext/mac/__init__.py
Normal file
9
jandd/sphinxext/mac/__init__.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
__version__ = '0.1.0'
|
||||
|
||||
|
||||
from docutils import nodes
|
||||
|
||||
|
||||
def setup(app):
|
||||
app.add_generic_role('mac', nodes.literal)
|
||||
return {'version': __version__}
|
Loading…
Add table
Add a link
Reference in a new issue