From 32a2eb95758f7beb13b54053bfa97c9bc973b9f0 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 23 Feb 2018 10:06:43 +0100 Subject: sphinx: Remove deprecated config keys Remove - html_add_permalinks: the key has been changed to str and has a default. - html_use_smartypants: Replaced by smartquotes and defaults to true. Fixes warnings: WARNING: The config value `html_add_permalinks' has type `bool', defaults to `str'. WARNING: html_use_smartypants option is deprecated. Smart quotes are on by default; if you want to disable them, use the smartquotes option. Task-number: PYSIDE-363 Change-Id: I85092597a860f58cc012220edbf0c03749326432 Reviewed-by: Alexandru Croitor --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 4233ec510..61e4c7132 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,10 +185,6 @@ html_static_path = ['_static'] # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - # Custom sidebar templates, maps document names to template names. #html_sidebars = {} -- cgit v1.2.3