Releases: Arth-ur/sphinxcontrib-bitfield
Releases · Arth-ur/sphinxcontrib-bitfield
Release v2.0.0
View at: https://pypi.org/project/sphinxcontrib-bitfield/2.0.0/
To enable output with LaTeX support, add an image converter from SVG to PNG in configuration file (conf.py):
extensions = ['sphinx.ext.imgconverter', 'sphinxcontrib.bitfield']
Changes:
- added option caption (thanks to @len0rd)
- removed cairo as a dependency for Latex support
Full Changelog: v1.0.0...v2.0.0
Release v1.0.0
View at: https://pypi.org/project/sphinxcontrib-bitfield/1.0.0/
Changes:
- upgraded package bit_field to version 1.0.0
- added options uneven, trim, strokewidth and legend
- changed type of options vspace, hspace and fontsize from int to float
Full Changelog: v0.4.2...v1.0.0
Release v0.4.2
View at: https://pypi.org/project/sphinxcontrib-bitfield/0.4.2/
Changes:
- fixed handling of options (#4)
- made dependency for LaTeX support optional
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
View at: https://pypi.org/project/sphinxcontrib-bitfield/0.4.1/
Changes:
- fixed handling of flag options with Latex builder
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
View at: https://pypi.org/project/sphinxcontrib-bitfield/0.4.0/
Changes:
- upgraded package bit_field to version 0.4.0
- removed
bigendian
flag and addedhflip
andvflip
flags
Full Changelog: 0.3.0...v0.4.0