summaryrefslogtreecommitdiff
path: root/doc/api/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Add intersphinx docs mapping.Stefan Behnel2022-11-081-0/+4
|
* docs: explain the global "set_element_class_lookup()" function better (GH-341)xmo-odoo2022-03-131-0/+1
| | | Also set "inherited-members" in the autodoc config to make the methods of internal classes visible, e.g. of "_BaseParser".
* Use sphinx-apidoc to create API reference (GH-309)Chris Mayo2020-08-041-0/+56
* Add some missing files to .gitignore * Remove duplicate open_in_browser from lxml.html.__all__ * Make ETreeXMLSchemaTestCase docstring Sphinx autodoc friendly * Fix outdated codespeak.net links in docstrings * Convert html/defs.py comment to be the module docstring * Use sphinx-apidoc to create the API reference instead of epydoc Epydoc is Python 2 only and unmaintained. sphinx-apidoc is run before the build step, to avoid duplicate entries being created. * Include the elements from html.builder in the API reference * Use Python 3.8 for coverage Travis job * Build html documentation in Travis