8000 pdf doc build is sort of broken · Issue #7443 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
pdf doc build is sort of broken #7443
Closed
@tacaswell

Description

@tacaswell

In https://github.com/matplotlib/matplotlib/pull/7025/files#diff-d16d8f2163ade22dd20a465382c64881R148 I added some unicode to the docs which is not well handled by the latex. It causes an error (which can be ignored by typing 'R' into the prompt) when bulding the docs.

That example could be fixed by:

  • removing the offending lines
  • sorting out how to make latex deal with Chinese characters
  • html-only that block

Metadata

Metadata

Assignees

Labels

DocumentationRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.