aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-23 10:06:43 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-23 10:40:16 +0000
commit32a2eb95758f7beb13b54053bfa97c9bc973b9f0 (patch)
tree42676efa782c8d3a94e25abbf23c9a4361200b93 /docs
parente9b2f12b631ae443781f38aef3d33b706eba111d (diff)
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 <alexandru.croitor@qt.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 4 deletions
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 = {}