Rst2pdf

Latest version: v0.101

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.90

-----------------

* Added raw HTML support, by Dimitri Christodoulou
* Fixed Issue 422: Having no .afm files made font lookup slow.
* Fixed Issue 411: Sometimes the windows registry has the font's abspath.
* Fixed Issue 430: Using --config option caused other options to
be ignored (by charles at cstanhope dot com)
* Fixed Issue 436: Add pdf_style_path to sphinx (by tylerdatastax.com)
* Fixed Issue 428: page numbers logged as errors
* Added support for many pygments options in code-block (by Joaquin Sorianello)
* Implemented Issue 404: plantuml support
* Issue 399: support sphinx's template path option
* Fixed Issue 406: calls to the wrong logging function
* Implemented Issue 391: New --section-header-depth option.
* Fixed Issue 390: the --config option was ignored.
* Added support for many pygments options in code-block (by Joaquin Sorianello)
* Fixed Issue 379: Wrong style applied to paragraphs in definitions.
* Fixed Issue 378: Multiline :address: were shown collapsed.
* Implemented Issue 11: FrameBreak (and conditional FrameBreak)
* The description of frames in page templates was just wrong.
* Fixed Issue 374: in some cases, literal blocks were split inside
a page, or the pagebreak came too early.
* Fixed Issue 370: warning about sphinx.addnodes.highlightlang not being
handled removed.
* Fixed Issue 369: crash in hyphenator when specifying "en" as a language.
* Compatibility fix to Sphinx 0.6.x (For python 2.7 docs)

0.16

-----------------

* Fixed Issue 343: Plugged memory leak in the RSON parser.
* Fix for Issue 287: there is still a corner case if you have two sections
with the same title, at the same level, in the same page, in different files
where the links will break.
* Fixed Issue 367: german-localized dates are MM. DD. YYYY so when used in sphinx's
template cover they appeared weird, like a list item. Fixed with a minor workaround in
the template.
* Fixed Issue 366: links to "" make no sense on a PDF file
* Made definitions from definition lists more stylable.
* Moved definition lists to SplitTables, so you can have very long
definitions.
* Fixed Issue 318: Implemented Domain specific indexes for Sphinx 1.0.x
* Fixed Index links when using Sphinx/pdfbuilder.
* Fixed Issue 360: Set literal.wordWrap to None by default so it doesn't inherit
wordWrap CJK when you use the otherwise correct japanese settings. In any case,
literal blocks are not supposed to wrap at all.
* Switched pdfbuilder to use SplitTables by default (it made no sense not to do it)
* Fixed Issue 365: some TTF fonts don't validate but they work anyway.
* Set a valid default baseurl for Sphinx (makes it much faster!)
* New feature: --use-numbered-links to show section numbers in links to sections, like "See section 2.3 Termination"
* Added stylesheets for landscape paper sizes (i.e: a4-landscape.style)
* Fixed Issue 364: Some options not respected when passed in per-doc options
in sphinx.
* Fixed Issue 361: multiple linebreaks in line blocks were collapsed.
* Fixed Issue 363: strange characters in some cases in math directive.
* Fixed Issue 362: Smarter auto-enclosing of equations in $...$
* Fixed Issue 358: --real--footnotes defaults to False, but help text indicates default is True
* Fixed Issue 359: Wrong --fit-background-mode help string
* Fixed Issue 356: missing cells if a cell spawns rows and columns.
* Fixed Issue 349: Work correctly with languages that are available in form aa_bb and not aa (example: zh_cn)
* Fixed Issue 345: give file/line info when there is an error in a raw PDF directive.
* Fixed Issue 336: JPEG images should work even without PIL (but give a warning because
sizes will probably be wrong)
* Fixed Issue 351: footnote/citation references were generated incorrectly, which
caused problems if there was a citation with the same text as a heading.
* Fixed Issue 353: better handling of graphviz, so that it works without vectorpdf
but gives a warning about it.
* Fixed Issue 354: make todo_node from sphinx customizable.
* Fixed bug where nested lists broke page layout if the page was small.
* Smarter --inline-links option
* New extension: fancytitles, see http://lateral.netmanagers.com.ar/weblog/posts/BB906.html
* New feature: tab-width option in code-block directive (defaults to 8).
* Fixed Issue 340: endnotes/footnotes were not styled.
* Fixed Issue 339: class names using _ were not usable.
* Fixed Issue 335: ugly crash when using images in some
specific places (looks like a reportlab bug)
* Fixed Issue 329: make the figure alignment/class attributes
work more like LaTeX than HTML.
* Fixed Issue 328: list item styles were being ignored.
* Fixed Issue 186: new --use-floating-images makes images with
:align: set work like in HTML, with the next flowable flowing
beside it.
* Fixed Issue 307: header/footer from stylesheet now supports inline
rest markup and substitutions defined in the main document.
* New pdf_toc_depth option for Sphinx/pdfbuilder
* New pdf_use_toc option for Sphinx/pdfbuilder
* Fixed Issue 308: compatibility with reportlab from SVN
* Fixed Issue 323: errors in the config.sample made it work weird.
* Fixed Issue 322: Image substitutions didn't work in document title.
* Implemented Issue 321: underline and strikethrough available
in stylesheet.
* Fixed Issue 317: Ugly error message when file does not exist

0.15

----

* Fixed Issue 315: crash when using an undefined class for
a list.
* Implemented Issue 279: images can be specified as URLs.
* Fixed Issue 313: new --fit-background-mode option.
* Fixed Issue 110: new --real-footnotes option (buggy).
* Fixed Issue 176: spacers larger than a page don't crash.
* Fixed Issue 65: References to Helvetica/Times when it was not used.
* Fixed Issue 310: added option linenos_offset to code blocks.
* Fixed Issue 309: style for blockquotes was not respected.
* Custom cover page support (related to Issue 157)
* Fixed Issue 305: support wildcards in image names
and then use the best one available.
* Implemented Issue 298: counters
* Improved widow/orphan support for literal blocks
* Fixed Issue 304: Code blocks didn't respect fontSize in class.

0.14.2

-------------------

* Regained compatibility with reportlab 2.3
* Fixed regression in Issue 152: right-edege of boxes not aligned inside
list items.

* Fixed Issue 301: accept padding parameters in bullet/item lists

0.14.1

-------------------

* Make it compatible with Sphinx 0.6.3 again
* Fixed Issue 300: image-missing.jpg was not installed

0.14

-----------------

* Fixed Issue 197: Table borders were confusing.
* Fixed Issue 297: styles from default.json leaked onto other syntax
highlighting stylesheets.
* Fixed Issue 295: keyword replacement in headers/footers didn't work
if Page and others was inside a table.
* New feature: oddeven directive to display alternative content on
odd/even pages (good for headers/footers!)
* Switched all stylesheets to more readable RSON format.
* Fixed Issue 294: Images were deformed when only height was specified.
* Fixed Issue 293: Accept left/center/right as alignments in stylesheets.
* Fixed Issue 292: separate style for line numbers in codeblocks
* Fixed Issue 291: support class directive for codeblocks
* Fixed Issue 104: total number of pages in header/footer works in
all cases now.
* Fixed Issue 168: linenos and linenothreshold options in Sphinx now
work correctly.
* Fixed regression in 0.12 (interaction between rst2pdf and sphinx math)
* Documented extensions in the manual
* Better styling of bullets/items (Issue 289)
* Fixed Issue 290: don't fail on broken images
* Better font finding in windows (patch by techtonik, Issue 282).
* Fixed Issue 166: Implemented Sphinx's hlist (horizontal lists)
* Fixed Issue 284: Implemented production lists for sphinx
* Fixed Issue 165: Definition lists not properly indented inside
admonitions or tables.
* SVG Images work inline when using the inkscape extension.
* Fixed Issue 268: TOCs shifted to the left on RL 2.4
* Fixed Issue 281: sphinx test automation was broken
* Fixed Issue 280: wrong page templates used in sphinx

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.