summaryrefslogtreecommitdiffstats
path: root/doc/exts/xmlschema.py
Commit message (Collapse)AuthorAgeFilesLines
* sphinx: Fix pickleJonah BrĂ¼chert2024-02-131-3/+17
|
* doc: Remove support for docutils-0.4Alexander Sulfrian2018-03-221-2/+1
| | | | | | | The compat class from sphinx for "Directive" was deprecated and removed in the current sphinx version. So we should use the class from docutils directly. You will need at least docutils-0.5 (from 2008) to build the documentation.
* doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-161-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: return correctly from xmlschema errorsChris St. Pierre2013-05-221-0/+2
|
* doc: fixed xmlschema extension error handlingChris St. Pierre2013-05-221-3/+5
|
* fixed doc build on py2.4Chris St. Pierre2013-03-181-1/+6
|
* documented xmlschema sphinx extension options/flagsChris St. Pierre2013-02-051-0/+26
|
* doc: xmlschema extension fixesChris St. Pierre2013-01-101-19/+27
| | | | | | * Use xpath() instead of find()/findall(), which do not support namespace mappings in older versions of lxml. * Properly initialize entities dict
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-10/+27
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-0/+810