summaryrefslogtreecommitdiff
path: root/doc/api/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* 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