mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-22 00:56:04 +00:00
Add setup function
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
5124acddc7
commit
cd83bcb3d1
1 changed files with 6 additions and 0 deletions
|
@ -123,3 +123,9 @@ class NFDocs(Directive):
|
||||||
return_nodes.append(block_section)
|
return_nodes.append(block_section)
|
||||||
|
|
||||||
return return_nodes
|
return return_nodes
|
||||||
|
|
||||||
|
def setup(app):
|
||||||
|
app.add_directive('nfdocs', NFDocs)
|
||||||
|
return {
|
||||||
|
"version": "0.1.0"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue