Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch docs to MKDocs (#602) | Waylan Limberg | 2017-12-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #601. Merged in 6f87b32 from the md3 branch and did a lot of cleanup. Changes include: * Removed old docs build tool, templates, etc. * Added MkDocs config file, etc. * filename.txt => filename.md * pythonhost.org/Markdown => Python-Markdown.github.io * Markdown lint and other cleanup. * Automate pages deployment in makefile with `mkdocs gh-deploy` Assumes a git remote is set up named "pages". Do git remote add pages https://github.com/Python-Markdown/Python-Markdown.github.io.git ... before running `make deploy` the first time. | ||||
* | Enabled pygments based tests. | Waylan Limberg | 2016-01-28 | 1 | -1/+2 |
| | | | | | | Added pygments to test-requirements and updated codehiliting tests to only test partial output as output differs depending on Pygments version. Fixes #453 | ||||
* | Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we ↵ | Waylan Limberg | 2015-10-26 | 1 | -1/+1 |
| | | | | must stick with coverage<4.0. | ||||
* | Added test-requirements.txt | Waylan Limberg | 2015-01-10 | 1 | -0/+4 |
This should make it easier to install test deps even when not using tox. |