From 1e6e1049a1826110ae806a563d1c6f26a4eda66a Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 30 Jan 2018 15:08:38 -0500 Subject: [PATCH 1/2] Remove from docs --- docs/configuring.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/configuring.rst b/docs/configuring.rst index 86c70457..815d1713 100644 --- a/docs/configuring.rst +++ b/docs/configuring.rst @@ -15,7 +15,6 @@ file of this repository, and can be defined in your project's ``conf.py`` via .. code:: python html_theme_options = { - 'typekit_id': '', 'canonical_url': '', 'analytics_id': '', 'logo_only': False, @@ -35,7 +34,6 @@ The following options are available: 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 `__ 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. From b68cd8d4abaa96db2fd287ad140adfabc9f8f0d9 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 30 Jan 2018 15:09:12 -0500 Subject: [PATCH 2/2] Remove from theme.conf --- sphinx_rtd_theme/theme.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/sphinx_rtd_theme/theme.conf b/sphinx_rtd_theme/theme.conf index 47c4dae5..abc0decf 100644 --- a/sphinx_rtd_theme/theme.conf +++ b/sphinx_rtd_theme/theme.conf @@ -4,7 +4,6 @@ stylesheet = css/theme.css pygments_style = default [options] -typekit_id = hiw1hhg canonical_url = analytics_id = collapse_navigation = False