Skip to content

Commit 7b57c07

Browse files
authored
Merge pull request #564 from rtfd/remove-typekit
Remove theme_typekit
2 parents c410ee2 + b68cd8d commit 7b57c07

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/configuring.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ file of this repository, and can be defined in your project's ``conf.py`` via
1515
.. code:: python
1616
1717
html_theme_options = {
18-
'typekit_id': '',
1918
'canonical_url': '',
2019
'analytics_id': '',
2120
'logo_only': False,
@@ -35,7 +34,6 @@ The following options are available:
3534
Base options
3635
------------
3736

38-
* ``typekit_id`` String. This will let users specify a typekit id to use for displaying nicer fonts.
3937
* ``canonical_url`` String. This will specify a `canonical url <https://en.wikipedia.org/wiki/Canonical_link_element>`__
4038
to let search engines know they should give higher ranking to latest version of the docs.
4139
The url points to the root of the documentation and requires a trailing slash.

sphinx_rtd_theme/theme.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ stylesheet = css/theme.css
44
pygments_style = default
55

66
[options]
7-
typekit_id = hiw1hhg
87
canonical_url =
98
analytics_id =
109
collapse_navigation = False

0 commit comments

Comments
 (0)