|
* 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
|