summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass DESTDIR to pip in make installmpeveler/chore-make-installMatthew Peveler2021-12-241-2/+4
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Bump version to 10.1.110.1.1Matthew Peveler2021-12-203-3/+10
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* a2x: fix index out of range in exec path print (#228)Oliver Smith2021-12-201-4/+1
|
* Add make test to CI workflowMatthew Peveler2021-12-181-17/+49
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Run unit tests as part of make testMatthew Peveler2021-12-181-0/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* rework documentationMatthew Peveler2021-12-182-169/+24
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Fix running make testMatthew Peveler2021-12-181-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Fix RuntimeWarning when using the -m flagMatthew Peveler2021-12-181-3/+9
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Bump version to 10.1.010.1.0Matthew Peveler2021-12-173-3/+12
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Print asciidoc execute details in a2x verboseMatthew Peveler2021-12-171-0/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Expose VERSION as top-level exporttbpassin2021-12-171-1/+2
|
* Fix self reference errors in AsciiDocApi (#225)tbpassin2021-11-251-1/+2
|
* Bump version to 10.0.210.0.2Matthew Peveler2021-11-123-2/+11
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Run homebrew release step under macos (#222)Matthew Peveler2021-11-091-0/+5
|
* Fix incorrect parsing of asciidoc_opts in a2x (#219)lmarz2021-11-081-1/+1
|
* Fix errors not displaying when called via a2x (#220)Oliver Smith2021-11-081-0/+1
|
* Add missing build step for release workflow10.0.1Matthew Peveler2021-10-281-0/+5
|
* Enable creating PR in homebrew for releasesMatthew Peveler2021-10-281-7/+7
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Bump version to 10.0.1Matthew Peveler2021-10-283-4/+12
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Change top-level files from txt to adoc extMatthew Peveler2021-10-285-4/+4
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add missing resource files to pip installs (#210)Matthew Peveler2021-10-281-1/+1
|
* Fix handling escaped attributes inside macros (#206)Matthew Peveler2021-10-282-10/+79
|
* Fix running make docs (#203)Matthew Peveler2021-10-282-9/+9
|
* Reset gravity before using trim on convert (#202)Matthew Peveler2021-10-281-1/+7
|
* Configure codecov to use PR status check (#204)Matthew Peveler2021-10-171-0/+13
|
* Add step to upload to pypi during release workflowMatthew Peveler2021-10-171-0/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update metadata for 10.0.0 release10.0.0Matthew Peveler2021-10-163-4/+4
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update changelog for 10.0Matthew Peveler2021-10-161-1/+17
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update READMEMatthew Peveler2021-10-161-16/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update Makefile for 10.xMatthew Peveler2021-10-163-245/+46
|
* Update location of dblatex.txtMatthew Peveler2021-10-161-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update version of deadsnakes/actionMatthew Peveler2021-10-161-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Mark support for Python 3.9 and 3.10 (#199)Matthew Peveler2021-10-162-2/+4
|
* Add dvisvgm to CI workflow (#198)Matthew Peveler2021-10-161-0/+1
|
* Split off utils functions into own module (#197)Matthew Peveler2021-10-164-222/+331
|
* Add .editorconfig fileMatthew Peveler2021-09-191-0/+12
|
* Add code coverage tracking to CIMatthew Peveler2021-09-193-9/+11
|
* Create exceptions module to contain exception classesMatthew Peveler2021-09-183-9/+10
|
* cut 9.1.1 releaseMatthew Peveler2021-09-182-2/+10
|
* Remove unnecessary gh-pages workflowMatthew Peveler2021-09-181-40/+0
| | | | | | | The asciidoc-py website is now stored in a separate repo, so we no longer need to build the gh-pages as part of this repo. Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add -p flag to mkdir /usr/share/man/man1 in DockerfileMatthew Peveler2021-09-181-1/+1
|
* Cleanup outfile on system-exiting exceptions (#195)Felipe Contreras2021-09-181-3/+3
|
* tests: Add missing requires directive for source-highlight (#189)Marvin Schmidt2021-03-301-0/+3
| | | | | | | | | | | | | | | | | Otherwise the test fails in environments without `source-highlight`: [snip] 70: Newline Tests (Override To MAC) SOURCE: asciidoc: tests/data/newline.txt PASSED: html5: tests/data/newline-mac-html5.html 71: Include Line Ranges SOURCE: asciidoc: tests/data/include-lines-test.txt FAILED: html5: tests/data/include-lines-html5.html TOTAL PASSED: 233 TOTAL FAILED: 1 TOTAL SKIPPED: 10 /bin/sh: source-highlight: command not found /bin/sh: source-highlight: command not found /bin/sh: source-highlight: command not found
* Update gh-pages workflow to use main branchMatthew Peveler2021-02-111-1/+1
|
* cut 9.1.0 release (#174)masterMatthew Peveler2021-02-102-43/+49
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Add small blurb on legacy nature of AsciiDoc.py (#175)Matthew Peveler2021-02-103-10/+33
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix failing latexmathml testsMatthew Peveler2021-02-065-41/+37
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix failing source-highlight-filter testsMatthew Peveler2021-02-066-11/+11
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update name from AsciiMathML to AsciiMathMatthew Peveler2021-02-065-17/+17
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update links across docsMatthew Peveler2021-02-0615-168/+159
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>