Added non-printing character to HTML anchors to support PDF conversion #512
Travis CI / Travis CI - Branch
failed
Dec 9, 2025 in 2m 48s
Build Failed
The build failed.
Details
This is a normal build for the test-pdf-links branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has five jobs, running in parallel.
| Job | Python | ENV | OS | State |
|---|---|---|---|---|
| 3.5 | TEST_DIR=doc-generator | Linux | failed | |
| 3.6 | TEST_DIR=doc-generator | Linux | failed | |
| 3.7 | TEST_DIR=doc-generator | Linux | failed | |
| 3.8 | TEST_DIR=doc-generator | Linux | failed | |
| 3.9 | TEST_DIR=doc-generator | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
| Python Versions | 3.5, 3.6, 3.7, 3.8, 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.5",
"3.6",
"3.7",
"3.8",
"3.9"
],
"install": [
"true"
],
"env": [
"jobs={:TEST_DIR=>\"doc-generator\"}"
],
"before_script": [
"pushd $TEST_DIR && source .travis/before_script"
],
"script": [
"source .travis/script"
],
"after_script": [
"source .travis/after_script && popd"
]
}
Loading