Merge pull request #564 from rtfd/remove-typekit

Remove theme_typekit
This commit is contained in:
Eric Holscher 2018-01-31 07:19:53 -08:00 committed by GitHub
commit 7b57c074a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ file of this repository, and can be defined in your project's ``conf.py`` via
.. code:: python .. code:: python
html_theme_options = { html_theme_options = {
'typekit_id': '',
'canonical_url': '', 'canonical_url': '',
'analytics_id': '', 'analytics_id': '',
'logo_only': False, 'logo_only': False,
@ -35,7 +34,6 @@ The following options are available:
Base options Base options
------------ ------------
* ``typekit_id`` String. This will let users specify a typekit id to use for displaying nicer fonts.
* ``canonical_url`` String. This will specify a `canonical url <https://en.wikipedia.org/wiki/Canonical_link_element>`__ * ``canonical_url`` String. This will specify a `canonical url <https://en.wikipedia.org/wiki/Canonical_link_element>`__
to let search engines know they should give higher ranking to latest version of the docs. to let search engines know they should give higher ranking to latest version of the docs.
The url points to the root of the documentation and requires a trailing slash. The url points to the root of the documentation and requires a trailing slash.

View File

@ -4,7 +4,6 @@ stylesheet = css/theme.css
pygments_style = default pygments_style = default
[options] [options]
typekit_id = hiw1hhg
canonical_url = canonical_url =
analytics_id = analytics_id =
collapse_navigation = False collapse_navigation = False