Skip to content

Commit 77d75c6

Browse files
committed
Fix some warnings in syntax of configuration doc.
rST wants underlines defining section names to be the same width as the text above it. This trivial change cleans up those warnings when building the docs.
1 parent 6346a20 commit 77d75c6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/configuration.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Other settings
135135
Defaults to ``not settings.DEBUG``.
136136

137137
``PIPELINE_COLLECTOR_ENABLED``
138-
....................
138+
..............................
139139

140140
``True`` if assets should be collected in develop , ``False`` if not.
141141

@@ -146,7 +146,7 @@ Defaults to ``True``
146146
this only work when PIPELINE_ENABLED is False.
147147

148148
``CSS_COMPRESSOR``
149-
............................
149+
..................
150150

151151
Compressor class to be applied to CSS files.
152152

@@ -155,7 +155,7 @@ If empty or ``None``, CSS files won't be compressed.
155155
Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``.
156156

157157
``JS_COMPRESSOR``
158-
...........................
158+
.................
159159

160160
Compressor class to be applied to JavaScript files.
161161

@@ -168,7 +168,7 @@ Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``
168168
Please note that in order to use Yuglify compressor, you need to install Yuglify (see :doc:`installation` for more details).
169169

170170
``TEMPLATE_NAMESPACE``
171-
...............................
171+
......................
172172

173173
Object name where all of your compiled templates will be added, from within your browser.
174174
To access them with your own JavaScript namespace, change it to the object of your choice.
@@ -177,15 +177,15 @@ Defaults to ``"window.JST"``
177177

178178

179179
``TEMPLATE_EXT``
180-
.........................
180+
................
181181

182182
The extension for which Pipeline will consider the file as a Javascript template.
183183
To use a different extension, like ``.mustache``, set this settings to ``.mustache``.
184184

185185
Defaults to ``".jst"``
186186

187187
``TEMPLATE_FUNC``
188-
..........................
188+
.................
189189

190190
JavaScript function that compiles your JavaScript templates.
191191
Pipeline doesn't bundle a javascript template library, but the default
@@ -195,15 +195,15 @@ setting is to use the
195195
Defaults to ``"_.template"``
196196

197197
``TEMPLATE_SEPARATOR``
198-
...............................
198+
......................
199199

200200
Character chain used by Pipeline as replacement for directory separator.
201201

202202
Defaults to ``"_"``
203203

204204

205205
``MIMETYPES``
206-
......................
206+
.............
207207

208208
Tuple that match file extension with their corresponding mimetypes.
209209

@@ -253,15 +253,15 @@ Overriding embedding settings
253253
You can override these rules using the following settings:
254254

255255
``EMBED_MAX_IMAGE_SIZE``
256-
.................................
256+
........................
257257

258258
Setting that controls the maximum image size (in bytes) to embed in CSS using Data-URIs.
259259
Internet Explorer 8 has issues with assets over 32 kilobytes.
260260

261261
Defaults to ``32700``
262262

263263
``EMBED_PATH``
264-
.......................
264+
..............
265265

266266
Setting the directory that an asset needs to be in so that it is embedded
267267

0 commit comments

Comments
 (0)