diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index dad0bf54528..8f6d38dcf98 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8881 \ No newline at end of file +8882 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/docs/en/rst/conf.py b/mozilla/webtools/bugzilla/docs/en/rst/conf.py index 1d8d0e909bf..d46b87c3d70 100644 --- a/mozilla/webtools/bugzilla/docs/en/rst/conf.py +++ b/mozilla/webtools/bugzilla/docs/en/rst/conf.py @@ -131,7 +131,8 @@ html_static_path = ['_static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +# Switched off because it converted --long-option to –long-option +html_use_smartypants = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {}