Hi, It seems JSON builder generates HTML using HTML builder and put it into JSON file. So you might put the status through html visitor method.
Thanks, Takeshi KOMIYA 2017-02-25 5:00 GMT+09:00 Paul Everitt <[email protected]>: > Hi, hopefully this is an easy question. Let's say I'm making a todolist > extension, either the example in the documentation ("Tutorial: Writing a > simple extension") or ext.todo itself. My todo items might have a status: > > .. todo:: > :status: finished > > Let's say I then run sphinx-build -b json to generate .ftjson files for the > project. I'd like to arrange to get the status into the serialized JSON. > What's the right place to influence what goes into the builder output? > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
