-
Hello, I'm looking for a proper placeholder for the data that is collected during a directive's class MyDirective(SphinxDirective):
def run(self) -> list[nodes.Node]:
read_my_data()
...
def setup(app: Sphinx) -> ExtensionMetadata:
store_my_data()
app.add_directive('mydirective', MyDirective) Is there a place in Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
AA-Turner
Oct 20, 2024
Replies: 1 comment 1 reply
-
See the tutorials, especially how A |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BasicWolf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the tutorials, especially how
todo_all_todos
is managed.A