1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
=============================
sphinxcontrib-serializinghtml
=============================
sphinxcontrib-serializinghtml is a sphinx extension which outputs
"serialized" HTML files (json and pickle).
For more details, please visit http://www.sphinx-doc.org/.
Installing
==========
Install from PyPI::
pip install -U sphinxcontrib-serializinghtml
Contributing
============
See `CONTRIBUTING.rst`__
.. __: https://github.com/sphinx-doc/sphinx/blob/master/CONTRIBUTING.rst
|