Sphinx extension to pickle documents.
In itself, the extension is fairly straightforward -- it takes the parsed reST file from Sphinx and pickles it to a file.
pip install picklebuilder
Set the builder as a extension in
conf.py
:extensions = ['picklebuilder.picklebuilder']
Run sphinx-build with target
rpickle
:sphinx-build -b rpickle -c . build/pickle
The pickle builder is in a preliminary state. It's not (yet) widely used, so any feedback is particularly welcome.