Changelog for
python3-alabaster-0.7.7-4.1.noarch.rpm :
Sun Jan 31 13:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 0.7.7:
* Add some margin-bottom to table.field-list p so field lists
(e.g. Python function parameter lists in docstrings) written as
multiple paragraphs, look like actual paragraphs instead of all
globbing together.
* Fix incorrect notes in README re: renamed github_button_
* options
- the button_ was dropped but docs did not reflect this. Thanks to
Nik Nyby.
* Fix sidebar_hr setting - stylesheet wasn\'t correctly referencing
the right variable name. Thanks to Jannis Leidel.
* Allow configuring body text-align via body_text_align. Credit to
Marçal Solà.
* Fix a handful of mismatched/unclosed HTML tags in the
templates. Thanks to Marvin Pinto for catch & patch.
* Add Codecov badge support to sidebar.
Mon Oct 12 14:00:00 2015 toddrme2178AATTgmail.com
- Fix dependencies
This fixes a dependency loop with python3-Sphinx
The package doesn\'t actually depend on python3-Sphinx,
so this loop was pointless.
Sat Jul 18 14:00:00 2015 arunAATTgmx.de
- update to version 0.7.6:
* Update how setup.py handles the README.rst file - load it
explicitly as UTF-8 so the changelog containing non-ASCII
characters doesn\'t generate UnicodeDecodeError in terminal
environments whose default encoding is not UTF-8 or other
Unicode-compatible encodings. Thanks to Arun Persaud for the
report and Max Tepkeev for the suggested fix.
* Fix left-margin & padding styling for code blocks within list-item
elements, making them consistent with earlier changes applied to
top-level code blocks.
* Expose page & sidebar widths as theme options page_width and
sidebar_width. Their defaults are the same as the previously
static values.
Wed Jul 8 14:00:00 2015 cdenicoloAATTsuse.com
- license update: BSD-3-Clause
see LICENSE file.
Tue Jun 16 14:00:00 2015 arunAATTgmx.de
- update to version 0.7.5:
* Honor Sphinx\'s core html_show_copyright option when rendering page
footer. Thanks to Marcin Wojdyr for the report.
* Pre-history versions of Alabaster attempted to remove the
\"related\" sub-navigation (typically found as next/previous links
in other themes) but this didn\'t work right for mobile-oriented
styling.
* This has been fixed by (re-)adding an improved sidebar nav element
for these links and making its display controllable via the new
show_related theme option (which defaults to False for backwards
compatibility).
NOTE: to enable the related-links nav, you\'ll need to set
show_related to True and add relations.html to your html_sidebars
(we\'ve updated the example config in this README to indicate this
for new installs).
Thanks to Tomi Pieviläinen for the bug report.
* Update the \"Fork me on Github\" banner image to use an https:// URI
so sites hosted over HTTPS don\'t encounter mixed-content
errors. Thanks to AATTnikolas for the patch.
* Remove an orphaned from the footer \'show source\'
section. Credit to Marcin Wojdyr.
Sat May 9 14:00:00 2015 arunAATTgmx.de
- update to version 0.7.4:
* Add code_highlight option (which includes general fixes to styling
of code blocks containing highlighted lines). Thanks to Steven
Loria.
Sat Mar 21 13:00:00 2015 arunAATTgmx.de
- update to version 0.7.3:
* Hide shadow related styles on bibliography elements, in addition
to the earlier change re: border. Thanks again to Philippe Dessus.
Sat Mar 14 13:00:00 2015 arunAATTgmx.de
- initial version