Merge "Revert "docs: Disable smartquotes""

This commit is contained in:
Zuul
2018-07-12 18:43:22 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 6 deletions

View File

@@ -159,10 +159,6 @@ html_extra_path = ['_extra']
# using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Disable smartquotes to ensure all quoted example config options can be copied
# from the docs without later causing unicode errors within Nova.
html_use_smartypants = False
# -- Options for LaTeX output -------------------------------------------------
# Grouping the document tree into LaTeX files. List of tuples

View File

@@ -76,7 +76,7 @@ os-xenapi==0.3.3
osc-lib==1.10.0
oslo.cache==1.26.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.config==6.1.0
oslo.context==2.19.2
oslo.db==4.27.0
oslo.i18n==3.15.3

View File

@@ -35,7 +35,7 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.
websockify>=0.8.0 # LGPLv3
oslo.cache>=1.26.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.config>=6.1.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0