Hello community, here is the log from the commit of package python3-alabaster for openSUSE:Factory checked in at 2016-02-05 00:30:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-alabaster (Old) and /work/SRC/openSUSE:Factory/.python3-alabaster.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-alabaster" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-alabaster/python3-alabaster.changes 2015-10-24 10:22:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-alabaster.new/python3-alabaster.changes 2016-02-05 00:30:54.000000000 +0100 @@ -1,0 +2,22 @@ +Sun Jan 31 02:05:23 UTC 2016 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- alabaster-0.7.6.tar.gz New: ---- alabaster-0.7.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-alabaster.spec ++++++ --- /var/tmp/diff_new_pack.Gj8B3q/_old 2016-02-05 00:30:55.000000000 +0100 +++ /var/tmp/diff_new_pack.Gj8B3q/_new 2016-02-05 00:30:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-alabaster # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: python3-alabaster -Version: 0.7.6 +Version: 0.7.7 Release: 0 Summary: Modified Kr Sphinx doc theme License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/bitprophet/alabaster Source: https://pypi.python.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz +BuildRequires: python3-Pygments BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-Pygments Requires: python3-Pygments Recommends: python3-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ alabaster-0.7.6.tar.gz -> alabaster-0.7.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/PKG-INFO new/alabaster-0.7.7/PKG-INFO --- old/alabaster-0.7.6/PKG-INFO 2015-06-23 07:22:53.000000000 +0200 +++ new/alabaster-0.7.7/PKG-INFO 2015-12-22 03:25:46.000000000 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.0 Name: alabaster -Version: 0.7.6 +Version: 0.7.7 Summary: A configurable sidebar-enabled Sphinx theme Home-page: https://github.com/bitprophet/alabaster Author: Jeff Forcier @@ -10,10 +10,15 @@ Alabaster: a Sphinx theme ========================= - This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as - used in his `Requests <https://python-requests.org>`_ project), which was - itself originally based on @mitsuhiko's theme used for `Flask - <http://flask.pocoo.org/>`_ & related projects. + What is Alabaster? + ================== + + Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx + <http://sphinx-doc.org>`_ documentation system. It is Python 2+3 compatible. + + It began as a third-party theme, and is still maintained separately, but as of + Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected + as the default theme. Live examples of this theme can be seen on `paramiko.org <http://paramiko.org>`_, `fabfile.org <http://fabfile.org>`_ and `pyinvoke.org @@ -21,8 +26,6 @@ A changelog_ can be found at the bottom of this page. - Alabaster is Python 2+3 compatible. - Features ======== @@ -32,9 +35,9 @@ * Easy ability to install/use as a Python package (tip o' the hat to `Dave & Eric's sphinx_rtd_theme <https://github.com/snide/sphinx_rtd_theme>`_ for showing the way); - * Style tweaks, such as better code-block alignment, Gratipay and Github button - placement, page source link moved to footer, improved (optional) - related-items sidebar item, etc; + * Style tweaks, such as better code-block alignment, Github button placement, + page source link moved to footer, improved (optional) related-items sidebar + item, etc; * Many customization hooks, including toggle of various sidebar & footer components; header/link/etc color control; etc; * Improved documentation for all customizations (pre-existing & new). @@ -140,6 +143,8 @@ project name itself. Defaults to ``false``. * ``logo_text_align``: Which CSS ``text-align`` value to use for logo text (if there is any.) + * ``body_text_align``: Which CSS ``text-align`` value to use for body text + (if there is any.) * ``description``: Text blurb about your project, to appear under the logo. * ``description_font_style``: Which CSS ``font-style`` to use for description text. Defaults to ``normal``. @@ -153,8 +158,8 @@ `Github Buttons' README <https://github.com/mdo/github-buttons#usage>`_: - * ``github_button_type``: Defaults to ``watch``. - * ``github_button_count``: Defaults to ``true``. + * ``github_type``: Defaults to ``watch``. + * ``github_count``: Defaults to ``true``. * ``github_banner``: ``true`` or ``false`` (default: ``false``) - whether to apply a 'Fork me on Github' banner in the top right corner of the page. @@ -164,10 +169,14 @@ ``$PROJECT/_static/``) to be used as the banner image instead of the default. - * ``travis_button``: ``true``, ``false`` or a Github-style - ``"account/repo"`` string - used to display a Travis-CI build status + * ``travis_button``: ``true``, ``false`` or a Github-style ``"account/repo"`` + string - used to display a `Travis-CI <https://travis-ci.org>`_ build status button in the sidebar. If ``true``, uses your ``github_(user|repo)`` settings; defaults to ``false.`` + * ``codecov_button``: ``true``, ``false`` or a Github-style + ``"account/repo"`` string - used to display a `Codecov`_ + build status button in the sidebar. If ``true``, uses your + ``github_(user|repo)`` settings; defaults to ``false.`` * ``gratipay_user``: Set to your `Gratipay <https://gratipay.com>`_ username if you want a Gratipay 'Donate' section in your sidebar. @@ -264,8 +273,19 @@ monospace``. - Additional info / background - ============================ + Project background + ================== + + Alabaster is a modified (with permission) version of `Kenneth Reitz's + <http://kennethreitz.org>`_ "Kr" `Sphinx <http://sphinx-doc.org/>`_ theme (no + official repo, but it's the one used in his `Requests + <http://python-requests.org>`_ project). Kenneth's theme was itself originally + based on Armin Ronacher's `Flask <http://flask.pocoo.org/>`_ theme. Many thanks + to both for their hard work. + + + Implementation notes + ==================== * `Fabric #419 <https://github.com/fabric/fabric/issues/419>`_ contains a lot of general exposition & thoughts as I developed Alabaster, specifically with a @@ -435,6 +455,25 @@ ``sidebar_width``. Their defaults are the same as the previously static values. + 0.7.7 (2015-12-21) + ------------------ + + * 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. + + + .. _Codecov: https://codecov.io + Platform: UNKNOWN Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/README.rst new/alabaster-0.7.7/README.rst --- old/alabaster-0.7.6/README.rst 2015-06-23 07:22:28.000000000 +0200 +++ new/alabaster-0.7.7/README.rst 2015-12-22 03:22:20.000000000 +0100 @@ -2,10 +2,15 @@ Alabaster: a Sphinx theme ========================= -This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as -used in his `Requests <https://python-requests.org>`_ project), which was -itself originally based on @mitsuhiko's theme used for `Flask -<http://flask.pocoo.org/>`_ & related projects. +What is Alabaster? +================== + +Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx +<http://sphinx-doc.org>`_ documentation system. It is Python 2+3 compatible. + +It began as a third-party theme, and is still maintained separately, but as of +Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected +as the default theme. Live examples of this theme can be seen on `paramiko.org <http://paramiko.org>`_, `fabfile.org <http://fabfile.org>`_ and `pyinvoke.org @@ -13,8 +18,6 @@ A changelog_ can be found at the bottom of this page. -Alabaster is Python 2+3 compatible. - Features ======== @@ -24,9 +27,9 @@ * Easy ability to install/use as a Python package (tip o' the hat to `Dave & Eric's sphinx_rtd_theme <https://github.com/snide/sphinx_rtd_theme>`_ for showing the way); -* Style tweaks, such as better code-block alignment, Gratipay and Github button - placement, page source link moved to footer, improved (optional) - related-items sidebar item, etc; +* Style tweaks, such as better code-block alignment, Github button placement, + page source link moved to footer, improved (optional) related-items sidebar + item, etc; * Many customization hooks, including toggle of various sidebar & footer components; header/link/etc color control; etc; * Improved documentation for all customizations (pre-existing & new). @@ -132,6 +135,8 @@ project name itself. Defaults to ``false``. * ``logo_text_align``: Which CSS ``text-align`` value to use for logo text (if there is any.) +* ``body_text_align``: Which CSS ``text-align`` value to use for body text + (if there is any.) * ``description``: Text blurb about your project, to appear under the logo. * ``description_font_style``: Which CSS ``font-style`` to use for description text. Defaults to ``normal``. @@ -145,8 +150,8 @@ `Github Buttons' README <https://github.com/mdo/github-buttons#usage>`_: - * ``github_button_type``: Defaults to ``watch``. - * ``github_button_count``: Defaults to ``true``. + * ``github_type``: Defaults to ``watch``. + * ``github_count``: Defaults to ``true``. * ``github_banner``: ``true`` or ``false`` (default: ``false``) - whether to apply a 'Fork me on Github' banner in the top right corner of the page. @@ -156,10 +161,14 @@ ``$PROJECT/_static/``) to be used as the banner image instead of the default. -* ``travis_button``: ``true``, ``false`` or a Github-style - ``"account/repo"`` string - used to display a Travis-CI build status +* ``travis_button``: ``true``, ``false`` or a Github-style ``"account/repo"`` + string - used to display a `Travis-CI <https://travis-ci.org>`_ build status button in the sidebar. If ``true``, uses your ``github_(user|repo)`` settings; defaults to ``false.`` +* ``codecov_button``: ``true``, ``false`` or a Github-style + ``"account/repo"`` string - used to display a `Codecov`_ + build status button in the sidebar. If ``true``, uses your + ``github_(user|repo)`` settings; defaults to ``false.`` * ``gratipay_user``: Set to your `Gratipay <https://gratipay.com>`_ username if you want a Gratipay 'Donate' section in your sidebar. @@ -256,8 +265,19 @@ monospace``. -Additional info / background -============================ +Project background +================== + +Alabaster is a modified (with permission) version of `Kenneth Reitz's +<http://kennethreitz.org>`_ "Kr" `Sphinx <http://sphinx-doc.org/>`_ theme (no +official repo, but it's the one used in his `Requests +<http://python-requests.org>`_ project). Kenneth's theme was itself originally +based on Armin Ronacher's `Flask <http://flask.pocoo.org/>`_ theme. Many thanks +to both for their hard work. + + +Implementation notes +==================== * `Fabric #419 <https://github.com/fabric/fabric/issues/419>`_ contains a lot of general exposition & thoughts as I developed Alabaster, specifically with a @@ -426,3 +446,22 @@ * Expose page & sidebar widths as theme options ``page_width`` and ``sidebar_width``. Their defaults are the same as the previously static values. + +0.7.7 (2015-12-21) +------------------ + +* 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. + + +.. _Codecov: https://codecov.io diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster/_version.py new/alabaster-0.7.7/alabaster/_version.py --- old/alabaster-0.7.6/alabaster/_version.py 2015-06-18 19:33:13.000000000 +0200 +++ new/alabaster-0.7.7/alabaster/_version.py 2015-12-22 03:24:48.000000000 +0100 @@ -1,2 +1,2 @@ -__version_info__ = (0, 7, 6) +__version_info__ = (0, 7, 7) __version__ = '.'.join(map(str, __version_info__)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster/about.html new/alabaster-0.7.7/alabaster/about.html --- old/alabaster-0.7.6/alabaster/about.html 2015-01-26 22:53:29.000000000 +0100 +++ new/alabaster-0.7.7/alabaster/about.html 2015-12-22 03:20:55.000000000 +0100 @@ -3,7 +3,7 @@ <a href="{{ pathto(master_doc) }}"> <img class="logo" src="{{ pathto('_static/' ~ theme_logo, 1) }}" alt="Logo"/> {% if theme_logo_name|lower == 'true' %} - <h1 class="logo logo-name">{{ project }}</h2> + <h1 class="logo logo-name">{{ project }}</h1> {% endif %} </a> </p> @@ -33,7 +33,23 @@ <img alt="https://secure.travis-ci.org/{{ path }}.png?branch=master" src="https://secure.travis-ci.org/{{ path }}.png?branch=master" - > + /> +</a> +</p> +{% endif %} + +{% if theme_codecov_button|lower != 'false' %} +{% if theme_codecov_button|lower == 'true' %} + {% set path = theme_github_user + '/' + theme_github_repo %} +{% else %} + {% set path = theme_codecov_button %} +{% endif %} +<p> +<a href="https://codecov.io/github/{{ path }}"> + <img + alt="https://codecov.io/github/{{ path }}/coverage.svg?branch=master" + src="https://codecov.io/github/{{ path }}/coverage.svg?branch=master" + /> </a> </p> {% endif %} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster/layout.html new/alabaster-0.7.7/alabaster/layout.html --- old/alabaster-0.7.6/alabaster/layout.html 2015-06-15 22:02:18.000000000 +0200 +++ new/alabaster-0.7.7/alabaster/layout.html 2015-12-07 20:57:05.000000000 +0100 @@ -5,7 +5,7 @@ {% if theme_touch_icon %} <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" /> {% endif %} - <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9"> + <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> {% endblock %} {# Disable base theme's top+bottom related navs; we have our own in sidebar #} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster/static/alabaster.css_t new/alabaster-0.7.7/alabaster/static/alabaster.css_t --- old/alabaster-0.7.6/alabaster/static/alabaster.css_t 2015-06-18 20:29:39.000000000 +0200 +++ new/alabaster-0.7.7/alabaster/static/alabaster.css_t 2015-12-06 20:32:13.000000000 +0100 @@ -56,6 +56,10 @@ padding: 0 30px 0 30px; } +div.body > .section { + text-align: {{ theme_body_text_align }}; +} + div.footer { width: {{ theme_page_width }}; margin: 20px auto 30px auto; @@ -168,8 +172,8 @@ div.sphinxsidebar hr { border: none; height: 1px; - color: {{ theme_sidebar_link_underscore }}; - background: {{ theme_sidebar_link_underscore }}; + color: {{ theme_sidebar_hr }}; + background: {{ theme_sidebar_hr }}; text-align: left; margin-left: 0; @@ -350,6 +354,10 @@ padding: 0; } +table.field-list p { + margin-bottom: 0.8em; +} + table.footnote td.label { width: 0px; padding: 0.3em 0 0.3em 0.5em; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster/theme.conf new/alabaster-0.7.7/alabaster/theme.conf --- old/alabaster-0.7.6/alabaster/theme.conf 2015-06-18 20:29:39.000000000 +0200 +++ new/alabaster-0.7.7/alabaster/theme.conf 2015-12-22 03:17:13.000000000 +0100 @@ -16,6 +16,7 @@ github_type = watch github_count = true travis_button = false +codecov_button = false gratipay_user = gittip_user = analytics_id = @@ -33,6 +34,7 @@ pink_2 = #FAA body_text = #3E4349 +body_text_align = left footer_text = #888 link = #004B6B link_hover = #6D4100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster.egg-info/PKG-INFO new/alabaster-0.7.7/alabaster.egg-info/PKG-INFO --- old/alabaster-0.7.6/alabaster.egg-info/PKG-INFO 2015-06-23 07:22:53.000000000 +0200 +++ new/alabaster-0.7.7/alabaster.egg-info/PKG-INFO 2015-12-22 03:25:46.000000000 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.0 Name: alabaster -Version: 0.7.6 +Version: 0.7.7 Summary: A configurable sidebar-enabled Sphinx theme Home-page: https://github.com/bitprophet/alabaster Author: Jeff Forcier @@ -10,10 +10,15 @@ Alabaster: a Sphinx theme ========================= - This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as - used in his `Requests <https://python-requests.org>`_ project), which was - itself originally based on @mitsuhiko's theme used for `Flask - <http://flask.pocoo.org/>`_ & related projects. + What is Alabaster? + ================== + + Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx + <http://sphinx-doc.org>`_ documentation system. It is Python 2+3 compatible. + + It began as a third-party theme, and is still maintained separately, but as of + Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected + as the default theme. Live examples of this theme can be seen on `paramiko.org <http://paramiko.org>`_, `fabfile.org <http://fabfile.org>`_ and `pyinvoke.org @@ -21,8 +26,6 @@ A changelog_ can be found at the bottom of this page. - Alabaster is Python 2+3 compatible. - Features ======== @@ -32,9 +35,9 @@ * Easy ability to install/use as a Python package (tip o' the hat to `Dave & Eric's sphinx_rtd_theme <https://github.com/snide/sphinx_rtd_theme>`_ for showing the way); - * Style tweaks, such as better code-block alignment, Gratipay and Github button - placement, page source link moved to footer, improved (optional) - related-items sidebar item, etc; + * Style tweaks, such as better code-block alignment, Github button placement, + page source link moved to footer, improved (optional) related-items sidebar + item, etc; * Many customization hooks, including toggle of various sidebar & footer components; header/link/etc color control; etc; * Improved documentation for all customizations (pre-existing & new). @@ -140,6 +143,8 @@ project name itself. Defaults to ``false``. * ``logo_text_align``: Which CSS ``text-align`` value to use for logo text (if there is any.) + * ``body_text_align``: Which CSS ``text-align`` value to use for body text + (if there is any.) * ``description``: Text blurb about your project, to appear under the logo. * ``description_font_style``: Which CSS ``font-style`` to use for description text. Defaults to ``normal``. @@ -153,8 +158,8 @@ `Github Buttons' README <https://github.com/mdo/github-buttons#usage>`_: - * ``github_button_type``: Defaults to ``watch``. - * ``github_button_count``: Defaults to ``true``. + * ``github_type``: Defaults to ``watch``. + * ``github_count``: Defaults to ``true``. * ``github_banner``: ``true`` or ``false`` (default: ``false``) - whether to apply a 'Fork me on Github' banner in the top right corner of the page. @@ -164,10 +169,14 @@ ``$PROJECT/_static/``) to be used as the banner image instead of the default. - * ``travis_button``: ``true``, ``false`` or a Github-style - ``"account/repo"`` string - used to display a Travis-CI build status + * ``travis_button``: ``true``, ``false`` or a Github-style ``"account/repo"`` + string - used to display a `Travis-CI <https://travis-ci.org>`_ build status button in the sidebar. If ``true``, uses your ``github_(user|repo)`` settings; defaults to ``false.`` + * ``codecov_button``: ``true``, ``false`` or a Github-style + ``"account/repo"`` string - used to display a `Codecov`_ + build status button in the sidebar. If ``true``, uses your + ``github_(user|repo)`` settings; defaults to ``false.`` * ``gratipay_user``: Set to your `Gratipay <https://gratipay.com>`_ username if you want a Gratipay 'Donate' section in your sidebar. @@ -264,8 +273,19 @@ monospace``. - Additional info / background - ============================ + Project background + ================== + + Alabaster is a modified (with permission) version of `Kenneth Reitz's + <http://kennethreitz.org>`_ "Kr" `Sphinx <http://sphinx-doc.org/>`_ theme (no + official repo, but it's the one used in his `Requests + <http://python-requests.org>`_ project). Kenneth's theme was itself originally + based on Armin Ronacher's `Flask <http://flask.pocoo.org/>`_ theme. Many thanks + to both for their hard work. + + + Implementation notes + ==================== * `Fabric #419 <https://github.com/fabric/fabric/issues/419>`_ contains a lot of general exposition & thoughts as I developed Alabaster, specifically with a @@ -435,6 +455,25 @@ ``sidebar_width``. Their defaults are the same as the previously static values. + 0.7.7 (2015-12-21) + ------------------ + + * 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. + + + .. _Codecov: https://codecov.io + Platform: UNKNOWN Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/alabaster.egg-info/SOURCES.txt new/alabaster-0.7.7/alabaster.egg-info/SOURCES.txt --- old/alabaster-0.7.6/alabaster.egg-info/SOURCES.txt 2015-06-23 07:22:53.000000000 +0200 +++ new/alabaster-0.7.7/alabaster.egg-info/SOURCES.txt 2015-12-22 03:25:46.000000000 +0100 @@ -1,6 +1,7 @@ LICENSE MANIFEST.in README.rst +setup.cfg setup.py alabaster/__init__.py alabaster/_version.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.6/setup.cfg new/alabaster-0.7.7/setup.cfg --- old/alabaster-0.7.6/setup.cfg 2015-06-23 07:22:53.000000000 +0200 +++ new/alabaster-0.7.7/setup.cfg 2015-12-22 03:25:46.000000000 +0100 @@ -1,3 +1,6 @@ +[bdist_wheel] +universal = 1 + [egg_info] tag_build = tag_date = 0
