Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update alabaster to 0.7.11 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link

This PR updates alabaster from 0.7.10 to 0.7.11.

Changelog

0.7.11

* :bug:`73` Clean up some problematic font issues:

- Remove the outright broken Goudy Old Style, plus other mostly Adobe-only
 fonts, from the ``font_family`` config setting; it is now simply ``Georgia,
 serif`` which is what the majority of users were rendering anyways.
- Clear out the default value of ``head_font_family`` (which contained
 ``Garamond``, a nice but also Adobe only font)
- Set ``head_font_family`` so it falls back to the value of ``font_family``
 unless a user has explicitly set it themselves.

.. note::
 You can always go back to the old values by :ref:`explicitly setting
 <theme-options>` ``font_family`` and/or ``head_font_family`` in your
 ``conf.py``'s ``html_theme_options``, e.g.::

     html_theme_options = {
         'description': 'My awesome project',
         'font_family': "goudy old style, minion pro, bell mt, Georgia, Hiragino Mincho Pro, serif",
     }

.. warning::
 Depending on individual viewers' systems, this change *may* be **visually**
 backwards incompatible if you were not already overriding the font
 settings and those users had the fonts in question (which are not default
 on most systems).

 As seen in the note above, you can **always** override the new defaults to
 go back to the old behavior, using your config file.

* :feature:`18 backported` (via :issue:`101`) Add optional *next* and
*previous* links at the top and bottom of page content. Use theme option
``show_relbars`` to enable these. Credit: William Minchin.
* :support:`- backported` Miscellaneous project maintenance updates such as
adding to Travis CI and enforcing the use of ``flake8``.
* :feature:`110 backported` Add ``badge_branch`` option allowing
configurability of which specific Git branch the Travis, Codecov, etc buttons
default to. Credit: ``TitanSnow``.
* :support:`111 backported` Add setuptools-level entrypoint for improved theme
distribution compatibility. Thanks to Aaron Carlisle for the patch.
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant