forked from pool/python-cssutils
Copy from devel:languages:python/python-cssutils based on submit request 40387 from user prusnak OBS-URL: https://build.opensuse.org/request/show/40387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=4
27 lines
884 B
Diff
27 lines
884 B
Diff
---
|
|
conf.py | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: conf.py
|
|
===================================================================
|
|
--- conf.py.orig
|
|
+++ conf.py
|
|
@@ -124,7 +124,7 @@ html_static_path = ['_static']
|
|
|
|
# If true, SmartyPants will be used to convert quotes and dashes to
|
|
# typographically correct entities.
|
|
-#html_use_smartypants = True
|
|
+html_use_smartypants = False
|
|
|
|
# Custom sidebar templates, maps document names to template names.
|
|
#html_sidebars = {}
|
|
@@ -143,7 +143,7 @@ html_static_path = ['_static']
|
|
#html_split_index = False
|
|
|
|
# If true, the reST sources are included in the HTML build as _sources/<name>.
|
|
-#html_copy_source = True
|
|
+html_copy_source = False
|
|
|
|
# If true, an OpenSearch description file will be output, and all pages will
|
|
# contain a <link> tag referring to it. The value of this option must be the
|