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 #56

Closed
wants to merge 1 commit into 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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 546

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.859%

Totals Coverage Status
Change from base Build 542: 0.0%
Covered Lines: 4387
Relevant Lines: 4483

💛 - Coveralls

@pyup-bot
Copy link
Author

pyup-bot commented Oct 3, 2018

Closing this in favor of #107

@pyup-bot pyup-bot closed this Oct 3, 2018
@JakobGM JakobGM deleted the pyup-update-alabaster-0.7.10-to-0.7.11 branch October 3, 2018 02:45
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.

None yet

2 participants