- Mar 29, 2021
-
-
Nikhil Ramakrishnan authored
-
Nikhil Ramakrishnan authored
Update docwriter dependencies See merge request freetype/docwriter!101
-
Nikhil Ramakrishnan authored
* .gitlab-ci.yml: Install apt dependencies quietly. * .travis.yml: Fix build config warnings and update Python versions. Deprecate it. * docs/markdown/stylesheets/extra.css: Updated to work with changes to mkdocs-material. * requirements.txt: Update dependencies. * README.md: Update links. * setup.py: Mark development status as 'Production/Stable'. * tests/freetype.sh: Clone from Gitlab. * tox.ini: Update Python versions.
-
- Mar 28, 2021
-
-
Nikhil Ramakrishnan authored
Add Gitlab CI configuration. See merge request freetype/docwriter!100
-
- Mar 27, 2021
-
-
Nikhil Ramakrishnan authored
With the test and deploy configutation migrated to Gitlab CI, dependency on Travis is no longer required, allowing us to move the repository to 'gitlab.freedesktop.org'. * .gitlab-ci.yml: New file.
-
- Mar 21, 2021
-
-
Nikhil Ramakrishnan authored
-
- Mar 25, 2020
-
-
Nikhil Ramakrishnan authored
Docwriter will now be tested with the 'freetype2' repository. The tox environment 'regression' is used, which runs the script 'tests/freetype.sh', that clones 'freetype2' and configures it. The make targets 'refdoc' and 'refdoc-venv' are tested, and the docs are also built with 'builddir' != 'srcdir'. Currently the test is allowed to fail (this means that the Travis build will be successful even if the regression test fails), but this can be changed later, so that it becomes necessary for regression tests to pass for the build to be successful. Note that the testenv 'regression' is not added to [envlist] in 'tox.ini' because we don't want it to run by default when 'tox' command is invoked locally. This is a long test with many requirements, so we prefer to run it only on Travis. * .travis.yml (matrix): Add regression test job to matrix. (fast_finish): Mark the build successful as soon as all required tests pass. (allow_failures): Allow regression build to fail without affecting the build status. * CHANGELOG: Updated. * README.md: Add more information for running tests, and general formatting. * tests/freetype.sh: Script for regression tests. New file. * tox.ini (envlist): Formatting. (testenv:regression): New test environment.
-
- Mar 21, 2020
-
-
Nikhil Ramakrishnan authored
Drop support for Python < 3.5.
-
Nikhil Ramakrishnan authored
* README.md: Updated. * setup.py: Add `python_requires='>=3.5'`.
-
Nikhil Ramakrishnan authored
* .travis.yml: Add tests for all supported Python versions. * CHANGELOG: Updated. * docwriter/*.py: Apply `pyupgrade --py3-plus`, followed by manual fixes. * requirements.txt (mkdocs): Bump from 1.0.4 to 1.1. (pyyaml): Bump from 5.3 to 5.3.1. * tox.ini: Add tox envs for all supported Python versions.
-
- Feb 29, 2020
-
-
Nikhil Ramakrishnan authored
-
Nikhil Ramakrishnan authored
Update links in README.md. Move 'docs/reference' one directory up.
-
Nikhil Ramakrishnan authored
Fix code blocks after Markdown 3.2 release.
-
Nikhil Ramakrishnan authored
Fix incompatible dependency of Markdown between mkdocs and mkdocs-material. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.6.0...4.6.3 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * CHANGELOG: Update for 1.2.1.
-
Nikhil Ramakrishnan authored
See Python-Markdown/markdown#862 for more information. * docs/reference/markdown/stylesheets/extra.css: Update 'pre' styles to work for 'pre>code'. * docwriter/tomarkdown.py: Add <code> tag to source code blocks.
-
- Feb 01, 2020
-
-
Nikhil Ramakrishnan authored
-
dependabot-preview[bot] authored
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 to 5.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.2...5.3 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- Dec 12, 2019
-
-
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.5.1...4.6.0 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- Dec 09, 2019
-
-
Nikhil Ramakrishnan authored
-
- Dec 06, 2019
-
-
Nikhil Ramakrishnan authored
Bump mkdocs-material from 4.4.2 to 4.5.1
-
dependabot-preview[bot] authored
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.4.2 to 4.5.1. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.4.2...4.5.1 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Nikhil Ramakrishnan authored
Bump pyyaml from 5.1.2 to 5.2
-
- Dec 03, 2019
-
-
dependabot-preview[bot] authored
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.2 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- Sep 25, 2019
-
-
Nikhil Ramakrishnan authored
Bump mkdocs-material from 4.1.1 to 4.4.2
-
dependabot-preview[bot] authored
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.1.1 to 4.4.2. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.1.1...4.4.2 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Nikhil Ramakrishnan authored
Bump pyyaml from 5.1.1 to 5.1.2
-
Nikhil Ramakrishnan authored
User experience improvements: * Automatically create the 'markdown' directory if it does not exist in the output dir; and * Allow users to specify the name of the static site (site_dir).
-
Nikhil Ramakrishnan authored
-
- Sep 13, 2019
-
-
Hugh McMaster authored
-
- Sep 12, 2019
-
-
Hugh McMaster authored
-
- Aug 01, 2019
-
-
dependabot-preview[bot] authored
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/commits ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- Jun 11, 2019
-
-
Nikhil Ramakrishnan authored
Bump pyyaml from 5.1 to 5.1.1
-
- Jun 07, 2019
-
-
dependabot-preview[bot] authored
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.1.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.1.1 ) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- Mar 31, 2019
-
-
Nikhil Ramakrishnan authored
Bump mkdocs-material from 4.0.2 to 4.1.1
-
- Mar 29, 2019
-
-
dependabot[bot] authored
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.0.2 to 4.1.1. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/4.0.2...4.1.1 ) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- Mar 16, 2019
-
-
Nikhil Ramakrishnan authored
Repository has been migrated to travis-ci.com. Badge change required.
-
- Mar 14, 2019
-
-
Nikhil Ramakrishnan authored
[Security] Bump pyyaml from 3.13 to 5.1
-
- Mar 13, 2019
-
-
dependabot[bot] authored
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. **This update includes security fixes.** - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.1 ) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- Mar 04, 2019
-
-
Nikhil Ramakrishnan authored
-
- Mar 03, 2019
-
-
Nikhil Ramakrishnan authored
-