This file is indexed.

/usr/share/doc/sphinx-doc/html/builders.html is in sphinx-doc 1.4.9-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Available builders &#8212; Sphinx 1.4.9 documentation</title>
    
    <link rel="stylesheet" href="_static/sphinx13.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '1.4.9',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within Sphinx 1.4.9 documentation"
          href="_static/opensearch.xml"/>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="Sphinx 1.4.9 documentation" href="contents.html" />
    <link rel="next" title="The build configuration file" href="config.html" />
    <link rel="prev" title="Sphinx Domains" href="domains.html" />
 
    <style type="text/css">
      table.right { float: right; margin-left: 20px; }
      table.right td { border: 1px solid #ccc; }
      
    </style>
    <script type="text/javascript">
      // intelligent scrolling of the sidebar content
      $(window).scroll(function() {
        var sb = $('.sphinxsidebarwrapper');
        var win = $(window);
        var sbh = sb.height();
        var offset = $('.sphinxsidebar').position()['top'];
        var wintop = win.scrollTop();
        var winbot = wintop + win.innerHeight();
        var curtop = sb.position()['top'];
        var curbot = curtop + sbh;
        // does sidebar fit in window?
        if (sbh < win.innerHeight()) {
          // yes: easy case -- always keep at the top
          sb.css('top', $u.min([$u.max([0, wintop - offset - 10]),
                                $(document).height() - sbh - 200]));
        } else {
          // no: only scroll if top/bottom edge of sidebar is at
          // top/bottom edge of window
          if (curtop > wintop && curbot > winbot) {
            sb.css('top', $u.max([wintop - offset - 10, 0]));
          } else if (curtop < wintop && curbot < winbot) {
            sb.css('top', $u.min([winbot - sbh - offset - 20,
                                  $(document).height() - sbh - 200]));
          }
        }
      });
    </script>

  </head>
  <body role="document">
<div class="pageheader">
  <ul>
    <li><a href="index.html">Home</a></li>
    <li><a href="install.html">Get it</a></li>
    <li><a href="contents.html">Docs</a></li>
    <li><a href="develop.html">Extend/Develop</a></li>
  </ul>
  <div>
    <a href="index.html">
      <img src="_static/sphinxheader.png" alt="SPHINX" />
    </a>
  </div>
</div>

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="config.html" title="The build configuration file"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="domains.html" title="Sphinx Domains"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">Sphinx home</a>&#160;|</li>
        <li><a href="contents.html">Documentation</a> &#187;</li>
 
      </ul>
    </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="contents.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Available builders</a><ul>
<li><a class="reference internal" href="#serialization-builder-details">Serialization builder details</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="domains.html"
                        title="previous chapter">Sphinx Domains</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="config.html"
                        title="next chapter">The build configuration file</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/builders.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="module-sphinx.builders">
<span id="available-builders"></span><span id="builders"></span><h1>Available builders<a class="headerlink" href="#module-sphinx.builders" title="Permalink to this headline"></a></h1>
<p>These are the built-in Sphinx builders.  More builders can be added by
<a class="reference internal" href="extensions.html#extensions"><span class="std std-ref">extensions</span></a>.</p>
<p>The builder&#8217;s &#8220;name&#8221; must be given to the <strong>-b</strong> command-line option of
<strong class="program">sphinx-build</strong> to select a builder.</p>
<span class="target" id="module-sphinx.builders.html"></span><dl class="class">
<dt id="sphinx.builders.html.StandaloneHTMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.html.</code><code class="descname">StandaloneHTMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/html.html#StandaloneHTMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.html.StandaloneHTMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This is the standard HTML builder.  Its output is a directory with HTML
files, complete with style sheets and optionally the reST sources.  There are
quite a few configuration values that customize the output of this builder,
see the chapter <a class="reference internal" href="config.html#html-options"><span class="std std-ref">Options for HTML output</span></a> for details.</p>
<dl class="attribute">
<dt id="sphinx.builders.html.StandaloneHTMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.html.StandaloneHTMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.StandaloneHTMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.html.StandaloneHTMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.StandaloneHTMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.html.StandaloneHTMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="sphinx.builders.html.DirectoryHTMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.html.</code><code class="descname">DirectoryHTMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/html.html#DirectoryHTMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.html.DirectoryHTMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This is a subclass of the standard HTML builder.  Its output is a directory
with HTML files, where each file is called <code class="docutils literal"><span class="pre">index.html</span></code> and placed in a
subdirectory named like its page name.  For example, the document
<code class="docutils literal"><span class="pre">markup/rest.rst</span></code> will not result in an output file <code class="docutils literal"><span class="pre">markup/rest.html</span></code>,
but <code class="docutils literal"><span class="pre">markup/rest/index.html</span></code>.  When generating links between pages, the
<code class="docutils literal"><span class="pre">index.html</span></code> is omitted, so that the URL would look like <code class="docutils literal"><span class="pre">markup/rest/</span></code>.</p>
<dl class="attribute">
<dt id="sphinx.builders.html.DirectoryHTMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'dirhtml'</em><a class="headerlink" href="#sphinx.builders.html.DirectoryHTMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.DirectoryHTMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.html.DirectoryHTMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.DirectoryHTMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.html.DirectoryHTMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 0.6.</span></p>
</div>
</dd></dl>

<dl class="class">
<dt id="sphinx.builders.html.SingleFileHTMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.html.</code><code class="descname">SingleFileHTMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/html.html#SingleFileHTMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.html.SingleFileHTMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This is an HTML builder that combines the whole project in one output file.
(Obviously this only works with smaller projects.)  The file is named like
the master document.  No indices will be generated.</p>
<dl class="attribute">
<dt id="sphinx.builders.html.SingleFileHTMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'singlehtml'</em><a class="headerlink" href="#sphinx.builders.html.SingleFileHTMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.SingleFileHTMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.html.SingleFileHTMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.SingleFileHTMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.html.SingleFileHTMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.0.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.htmlhelp"></span><dl class="class">
<dt id="sphinx.builders.htmlhelp.HTMLHelpBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.htmlhelp.</code><code class="descname">HTMLHelpBuilder</code><a class="reference internal" href="_modules/sphinx/builders/htmlhelp.html#HTMLHelpBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.htmlhelp.HTMLHelpBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces the same output as the standalone HTML builder, but
also generates HTML Help support files that allow the Microsoft HTML Help
Workshop to compile them into a CHM file.</p>
<dl class="attribute">
<dt id="sphinx.builders.htmlhelp.HTMLHelpBuilder.name">
<code class="descname">name</code><em class="property"> = 'htmlhelp'</em><a class="headerlink" href="#sphinx.builders.htmlhelp.HTMLHelpBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.htmlhelp.HTMLHelpBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.htmlhelp.HTMLHelpBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.htmlhelp.HTMLHelpBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.htmlhelp.HTMLHelpBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<span class="target" id="module-sphinx.builders.qthelp"></span><dl class="class">
<dt id="sphinx.builders.qthelp.QtHelpBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.qthelp.</code><code class="descname">QtHelpBuilder</code><a class="reference internal" href="_modules/sphinx/builders/qthelp.html#QtHelpBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.qthelp.QtHelpBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces the same output as the standalone HTML builder, but
also generates <a class="reference external" href="http://doc.qt.io/qt-4.8/qthelp-framework.html">Qt help</a> collection support files that allow
the Qt collection generator to compile them.</p>
<dl class="attribute">
<dt id="sphinx.builders.qthelp.QtHelpBuilder.name">
<code class="descname">name</code><em class="property"> = 'qthelp'</em><a class="headerlink" href="#sphinx.builders.qthelp.QtHelpBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.qthelp.QtHelpBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.qthelp.QtHelpBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.qthelp.QtHelpBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.qthelp.QtHelpBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<span class="target" id="module-sphinx.builders.applehelp"></span><dl class="class">
<dt id="sphinx.builders.applehelp.AppleHelpBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.applehelp.</code><code class="descname">AppleHelpBuilder</code><a class="reference internal" href="_modules/sphinx/builders/applehelp.html#AppleHelpBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.applehelp.AppleHelpBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces an Apple Help Book based on the same output as the
standalone HTML builder.</p>
<p>If the source directory contains any <code class="docutils literal"><span class="pre">.lproj</span></code> folders, the one
corresponding to the selected language will have its contents merged with
the generated output.  These folders will be ignored by all other
documentation types.</p>
<p>In order to generate a valid help book, this builder requires the command
line tool <strong class="program">hiutil</strong>, which is only available on Mac OS X 10.6 and
above.  You can disable the indexing step by setting
<a class="reference internal" href="config.html#confval-applehelp_disable_external_tools"><code class="xref std std-confval docutils literal"><span class="pre">applehelp_disable_external_tools</span></code></a> to <code class="docutils literal"><span class="pre">True</span></code>, in which case the
output will not be valid until <strong class="program">hiutil</strong> has been run on all of the
<code class="docutils literal"><span class="pre">.lproj</span></code> folders within the bundle.</p>
<dl class="attribute">
<dt id="sphinx.builders.applehelp.AppleHelpBuilder.name">
<code class="descname">name</code><em class="property"> = 'applehelp'</em><a class="headerlink" href="#sphinx.builders.applehelp.AppleHelpBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.applehelp.AppleHelpBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.applehelp.AppleHelpBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.applehelp.AppleHelpBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/png', 'image/gif', 'image/jpeg', 'image/tiff', 'image/jp2', 'image/svg+xml']</em><a class="headerlink" href="#sphinx.builders.applehelp.AppleHelpBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.3.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.devhelp"></span><dl class="class">
<dt id="sphinx.builders.devhelp.DevhelpBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.devhelp.</code><code class="descname">DevhelpBuilder</code><a class="reference internal" href="_modules/sphinx/builders/devhelp.html#DevhelpBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.devhelp.DevhelpBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces the same output as the standalone HTML builder, but
also generates <a class="reference external" href="https://wiki.gnome.org/Apps/Devhelp">GNOME Devhelp</a>
support file that allows the GNOME Devhelp reader to view them.</p>
<dl class="attribute">
<dt id="sphinx.builders.devhelp.DevhelpBuilder.name">
<code class="descname">name</code><em class="property"> = 'devhelp'</em><a class="headerlink" href="#sphinx.builders.devhelp.DevhelpBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.devhelp.DevhelpBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.devhelp.DevhelpBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.devhelp.DevhelpBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.devhelp.DevhelpBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<span class="target" id="module-sphinx.builders.epub"></span><dl class="class">
<dt id="sphinx.builders.epub.EpubBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.epub.</code><code class="descname">EpubBuilder</code><a class="reference internal" href="_modules/sphinx/builders/epub.html#EpubBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.epub.EpubBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces the same output as the standalone HTML builder, but
also generates an <em>epub</em> file for ebook readers.  See <a class="reference internal" href="faq.html#epub-faq"><span class="std std-ref">Epub info</span></a> for
details about it.  For definition of the epub format, have a look at
<a class="reference external" href="http://idpf.org/epub">http://idpf.org/epub</a> or <a class="reference external" href="https://en.wikipedia.org/wiki/EPUB">https://en.wikipedia.org/wiki/EPUB</a>.
The builder creates <em>EPUB 2</em> files.</p>
<dl class="attribute">
<dt id="sphinx.builders.epub.EpubBuilder.name">
<code class="descname">name</code><em class="property"> = 'epub'</em><a class="headerlink" href="#sphinx.builders.epub.EpubBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.epub.EpubBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.epub.EpubBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.epub.EpubBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.epub.EpubBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<span class="target" id="module-sphinx.builders.epub3"></span><dl class="class">
<dt id="sphinx.builders.epub3.Epub3Builder">
<em class="property">class </em><code class="descclassname">sphinx.builders.epub3.</code><code class="descname">Epub3Builder</code><a class="reference internal" href="_modules/sphinx/builders/epub3.html#Epub3Builder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.epub3.Epub3Builder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces the same output as the standalone HTML builder, but
also generates an <em>epub</em> file for ebook readers.  See <a class="reference internal" href="faq.html#epub-faq"><span class="std std-ref">Epub info</span></a> for
details about it.  For definition of the epub format, have a look at
<a class="reference external" href="http://idpf.org/epub">http://idpf.org/epub</a> or <a class="reference external" href="https://en.wikipedia.org/wiki/EPUB">https://en.wikipedia.org/wiki/EPUB</a>.
The builder creates <em>EPUB 3</em> files.</p>
<p>This builder is still <em>experimental</em> because it can&#8217;t generate valid EPUB 3
files.</p>
<dl class="attribute">
<dt id="sphinx.builders.epub3.Epub3Builder.name">
<code class="descname">name</code><em class="property"> = 'epub3'</em><a class="headerlink" href="#sphinx.builders.epub3.Epub3Builder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.epub3.Epub3Builder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.epub3.Epub3Builder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.epub3.Epub3Builder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.epub3.Epub3Builder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.4.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.latex"></span><dl class="class">
<dt id="sphinx.builders.latex.LaTeXBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.latex.</code><code class="descname">LaTeXBuilder</code><a class="reference internal" href="_modules/sphinx/builders/latex.html#LaTeXBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.latex.LaTeXBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces a bunch of LaTeX files in the output directory.  You
have to specify which documents are to be included in which LaTeX files via
the <a class="reference internal" href="config.html#confval-latex_documents"><code class="xref std std-confval docutils literal"><span class="pre">latex_documents</span></code></a> configuration value.  There are a few
configuration values that customize the output of this builder, see the
chapter <a class="reference internal" href="config.html#latex-options"><span class="std std-ref">Options for LaTeX output</span></a> for details.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>The produced LaTeX file uses several LaTeX packages that may not be
present in a &#8220;minimal&#8221; TeX distribution installation.  For TeXLive,
the following packages need to be installed:</p>
<ul class="last simple">
<li>latex-recommended</li>
<li>latex-extra</li>
<li>fonts-recommended</li>
</ul>
</div>
<dl class="attribute">
<dt id="sphinx.builders.latex.LaTeXBuilder.name">
<code class="descname">name</code><em class="property"> = 'latex'</em><a class="headerlink" href="#sphinx.builders.latex.LaTeXBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.latex.LaTeXBuilder.format">
<code class="descname">format</code><em class="property"> = 'latex'</em><a class="headerlink" href="#sphinx.builders.latex.LaTeXBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.latex.LaTeXBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['application/pdf', 'image/png', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.latex.LaTeXBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<p>Note that a direct PDF builder using ReportLab is available in <a class="reference external" href="https://github.com/rst2pdf/rst2pdf">rst2pdf</a> version 0.12 or greater.  You need to add
<code class="docutils literal"><span class="pre">'rst2pdf.pdfbuilder'</span></code> to your <a class="reference internal" href="config.html#confval-extensions"><code class="xref std std-confval docutils literal"><span class="pre">extensions</span></code></a> to enable it, its name is
<code class="docutils literal"><span class="pre">pdf</span></code>.  Refer to the <a class="reference external" href="http://ralsina.me/static/manual.pdf">rst2pdf manual</a>
for details.</p>
<span class="target" id="module-sphinx.builders.text"></span><dl class="class">
<dt id="sphinx.builders.text.TextBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.text.</code><code class="descname">TextBuilder</code><a class="reference internal" href="_modules/sphinx/builders/text.html#TextBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.text.TextBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces a text file for each reST file &#8211; this is almost the
same as the reST source, but with much of the markup stripped for better
readability.</p>
<dl class="attribute">
<dt id="sphinx.builders.text.TextBuilder.name">
<code class="descname">name</code><em class="property"> = 'text'</em><a class="headerlink" href="#sphinx.builders.text.TextBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.text.TextBuilder.format">
<code class="descname">format</code><em class="property"> = 'text'</em><a class="headerlink" href="#sphinx.builders.text.TextBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.text.TextBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.text.TextBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 0.4.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.manpage"></span><dl class="class">
<dt id="sphinx.builders.manpage.ManualPageBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.manpage.</code><code class="descname">ManualPageBuilder</code><a class="reference internal" href="_modules/sphinx/builders/manpage.html#ManualPageBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.manpage.ManualPageBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces manual pages in the groff format.  You have to specify
which documents are to be included in which manual pages via the
<a class="reference internal" href="config.html#confval-man_pages"><code class="xref std std-confval docutils literal"><span class="pre">man_pages</span></code></a> configuration value.</p>
<dl class="attribute">
<dt id="sphinx.builders.manpage.ManualPageBuilder.name">
<code class="descname">name</code><em class="property"> = 'man'</em><a class="headerlink" href="#sphinx.builders.manpage.ManualPageBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.manpage.ManualPageBuilder.format">
<code class="descname">format</code><em class="property"> = 'man'</em><a class="headerlink" href="#sphinx.builders.manpage.ManualPageBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.manpage.ManualPageBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.manpage.ManualPageBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.0.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.texinfo"></span><dl class="class">
<dt id="sphinx.builders.texinfo.TexinfoBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.texinfo.</code><code class="descname">TexinfoBuilder</code><a class="reference internal" href="_modules/sphinx/builders/texinfo.html#TexinfoBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.texinfo.TexinfoBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces Texinfo files that can be processed into Info files by
the <strong class="program">makeinfo</strong> program.  You have to specify which documents are to
be included in which Texinfo files via the <a class="reference internal" href="config.html#confval-texinfo_documents"><code class="xref std std-confval docutils literal"><span class="pre">texinfo_documents</span></code></a>
configuration value.</p>
<p>The Info format is the basis of the on-line help system used by GNU Emacs and
the terminal-based program <strong class="program">info</strong>.  See <a class="reference internal" href="faq.html#texinfo-faq"><span class="std std-ref">Texinfo info</span></a> for more
details.  The Texinfo format is the official documentation system used by the
GNU project.  More information on Texinfo can be found at
<a class="reference external" href="http://www.gnu.org/software/texinfo/">http://www.gnu.org/software/texinfo/</a>.</p>
<dl class="attribute">
<dt id="sphinx.builders.texinfo.TexinfoBuilder.name">
<code class="descname">name</code><em class="property"> = 'texinfo'</em><a class="headerlink" href="#sphinx.builders.texinfo.TexinfoBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.texinfo.TexinfoBuilder.format">
<code class="descname">format</code><em class="property"> = 'texinfo'</em><a class="headerlink" href="#sphinx.builders.texinfo.TexinfoBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.texinfo.TexinfoBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/png', 'image/jpeg', 'image/gif']</em><a class="headerlink" href="#sphinx.builders.texinfo.TexinfoBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.1.</span></p>
</div>
</dd></dl>

<dl class="class">
<dt id="sphinx.builders.html.SerializingHTMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.html.</code><code class="descname">SerializingHTMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/html.html#SerializingHTMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.html.SerializingHTMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder uses a module that implements the Python serialization API
(<cite>pickle</cite>, <cite>simplejson</cite>, <cite>phpserialize</cite>, and others) to dump the generated
HTML documentation.  The pickle builder is a subclass of it.</p>
<p>A concrete subclass of this builder serializing to the <a class="reference external" href="https://pypi.python.org/pypi/phpserialize">PHP serialization</a>
format could look like this:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">phpserialize</span>

<span class="k">class</span> <span class="nc">PHPSerializedBuilder</span><span class="p">(</span><span class="n">SerializingHTMLBuilder</span><span class="p">):</span>
    <span class="n">name</span> <span class="o">=</span> <span class="s1">&#39;phpserialized&#39;</span>
    <span class="n">implementation</span> <span class="o">=</span> <span class="n">phpserialize</span>
    <span class="n">out_suffix</span> <span class="o">=</span> <span class="s1">&#39;.file.phpdump&#39;</span>
    <span class="n">globalcontext_filename</span> <span class="o">=</span> <span class="s1">&#39;globalcontext.phpdump&#39;</span>
    <span class="n">searchindex_filename</span> <span class="o">=</span> <span class="s1">&#39;searchindex.phpdump&#39;</span>
</pre></div>
</div>
<dl class="attribute">
<dt id="sphinx.builders.html.SerializingHTMLBuilder.implementation">
<code class="descname">implementation</code><a class="headerlink" href="#sphinx.builders.html.SerializingHTMLBuilder.implementation" title="Permalink to this definition"></a></dt>
<dd><p>A module that implements <cite>dump()</cite>, <cite>load()</cite>, <cite>dumps()</cite> and <cite>loads()</cite>
functions that conform to the functions with the same names from the
pickle module.  Known modules implementing this interface are
<cite>simplejson</cite> (or <cite>json</cite> in Python 2.6), <cite>phpserialize</cite>, <cite>plistlib</cite>,
and others.</p>
</dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.SerializingHTMLBuilder.out_suffix">
<code class="descname">out_suffix</code><a class="headerlink" href="#sphinx.builders.html.SerializingHTMLBuilder.out_suffix" title="Permalink to this definition"></a></dt>
<dd><p>The suffix for all regular files.</p>
</dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.SerializingHTMLBuilder.globalcontext_filename">
<code class="descname">globalcontext_filename</code><a class="headerlink" href="#sphinx.builders.html.SerializingHTMLBuilder.globalcontext_filename" title="Permalink to this definition"></a></dt>
<dd><p>The filename for the file that contains the &#8220;global context&#8221;.  This
is a dict with some general configuration values such as the name
of the project.</p>
</dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.SerializingHTMLBuilder.searchindex_filename">
<code class="descname">searchindex_filename</code><a class="headerlink" href="#sphinx.builders.html.SerializingHTMLBuilder.searchindex_filename" title="Permalink to this definition"></a></dt>
<dd><p>The filename for the search index Sphinx generates.</p>
</dd></dl>

<p>See <a class="reference internal" href="#serialization-details"><span class="std std-ref">Serialization builder details</span></a> for details about the output format.</p>
<div class="versionadded">
<p><span class="versionmodified">New in version 0.5.</span></p>
</div>
</dd></dl>

<dl class="class">
<dt id="sphinx.builders.html.PickleHTMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.html.</code><code class="descname">PickleHTMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/html.html#PickleHTMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.html.PickleHTMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces a directory with pickle files containing mostly HTML
fragments and TOC information, for use of a web application (or custom
postprocessing tool) that doesn&#8217;t use the standard HTML templates.</p>
<p>See <a class="reference internal" href="#serialization-details"><span class="std std-ref">Serialization builder details</span></a> for details about the output format.</p>
<dl class="attribute">
<dt id="sphinx.builders.html.PickleHTMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'pickle'</em><a class="headerlink" href="#sphinx.builders.html.PickleHTMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd><p>The old name <code class="docutils literal"><span class="pre">web</span></code> still works as well.</p>
</dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.PickleHTMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.html.PickleHTMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.PickleHTMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.html.PickleHTMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<p>The file suffix is <code class="docutils literal"><span class="pre">.fpickle</span></code>.  The global context is called
<code class="docutils literal"><span class="pre">globalcontext.pickle</span></code>, the search index <code class="docutils literal"><span class="pre">searchindex.pickle</span></code>.</p>
</dd></dl>

<dl class="class">
<dt id="sphinx.builders.html.JSONHTMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.html.</code><code class="descname">JSONHTMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/html.html#JSONHTMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.html.JSONHTMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces a directory with JSON files containing mostly HTML
fragments and TOC information, for use of a web application (or custom
postprocessing tool) that doesn&#8217;t use the standard HTML templates.</p>
<p>See <a class="reference internal" href="#serialization-details"><span class="std std-ref">Serialization builder details</span></a> for details about the output format.</p>
<dl class="attribute">
<dt id="sphinx.builders.html.JSONHTMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'json'</em><a class="headerlink" href="#sphinx.builders.html.JSONHTMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.JSONHTMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'html'</em><a class="headerlink" href="#sphinx.builders.html.JSONHTMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.html.JSONHTMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = ['image/svg+xml', 'image/png', 'image/gif', 'image/jpeg']</em><a class="headerlink" href="#sphinx.builders.html.JSONHTMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<p>The file suffix is <code class="docutils literal"><span class="pre">.fjson</span></code>.  The global context is called
<code class="docutils literal"><span class="pre">globalcontext.json</span></code>, the search index <code class="docutils literal"><span class="pre">searchindex.json</span></code>.</p>
<div class="versionadded">
<p><span class="versionmodified">New in version 0.5.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.gettext"></span><dl class="class">
<dt id="sphinx.builders.gettext.MessageCatalogBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.gettext.</code><code class="descname">MessageCatalogBuilder</code><a class="reference internal" href="_modules/sphinx/builders/gettext.html#MessageCatalogBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.gettext.MessageCatalogBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces gettext-style message catalogs.  Each top-level file or
subdirectory grows a single <code class="docutils literal"><span class="pre">.pot</span></code> catalog template.</p>
<p>See the documentation on <a class="reference internal" href="intl.html#intl"><span class="std std-ref">Internationalization</span></a> for further reference.</p>
<dl class="attribute">
<dt id="sphinx.builders.gettext.MessageCatalogBuilder.name">
<code class="descname">name</code><em class="property"> = u'gettext'</em><a class="headerlink" href="#sphinx.builders.gettext.MessageCatalogBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.gettext.MessageCatalogBuilder.format">
<code class="descname">format</code><em class="property"> = ''</em><a class="headerlink" href="#sphinx.builders.gettext.MessageCatalogBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.gettext.MessageCatalogBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.gettext.MessageCatalogBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.1.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.changes"></span><dl class="class">
<dt id="sphinx.builders.changes.ChangesBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.changes.</code><code class="descname">ChangesBuilder</code><a class="reference internal" href="_modules/sphinx/builders/changes.html#ChangesBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.changes.ChangesBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces an HTML overview of all <a class="reference internal" href="markup/para.html#directive-versionadded" title="versionadded directive"><code class="xref rst rst-dir docutils literal"><span class="pre">versionadded</span></code></a>,
<a class="reference internal" href="markup/para.html#directive-versionchanged" title="versionchanged directive"><code class="xref rst rst-dir docutils literal"><span class="pre">versionchanged</span></code></a> and <a class="reference internal" href="markup/para.html#directive-deprecated" title="deprecated directive"><code class="xref rst rst-dir docutils literal"><span class="pre">deprecated</span></code></a> directives for the
current <a class="reference internal" href="config.html#confval-version"><code class="xref std std-confval docutils literal"><span class="pre">version</span></code></a>.  This is useful to generate a ChangeLog file, for
example.</p>
<dl class="attribute">
<dt id="sphinx.builders.changes.ChangesBuilder.name">
<code class="descname">name</code><em class="property"> = 'changes'</em><a class="headerlink" href="#sphinx.builders.changes.ChangesBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.changes.ChangesBuilder.format">
<code class="descname">format</code><em class="property"> = ''</em><a class="headerlink" href="#sphinx.builders.changes.ChangesBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.changes.ChangesBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.changes.ChangesBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<span class="target" id="module-sphinx.builders.dummy"></span><dl class="class">
<dt id="sphinx.builders.dummy.DummyBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.dummy.</code><code class="descname">DummyBuilder</code><a class="reference internal" href="_modules/sphinx/builders/dummy.html#DummyBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.dummy.DummyBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces no output.  The input is only parsed and checked for
consistency.  This is useful for linting purposes.</p>
<dl class="attribute">
<dt id="sphinx.builders.dummy.DummyBuilder.name">
<code class="descname">name</code><em class="property"> = 'dummy'</em><a class="headerlink" href="#sphinx.builders.dummy.DummyBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.dummy.DummyBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.dummy.DummyBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.4.</span></p>
</div>
</dd></dl>

<span class="target" id="module-sphinx.builders.linkcheck"></span><dl class="class">
<dt id="sphinx.builders.linkcheck.CheckExternalLinksBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.linkcheck.</code><code class="descname">CheckExternalLinksBuilder</code><a class="reference internal" href="_modules/sphinx/builders/linkcheck.html#CheckExternalLinksBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.linkcheck.CheckExternalLinksBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder scans all documents for external links, tries to open them with
<code class="xref py py-mod docutils literal"><span class="pre">urllib2</span></code>, and writes an overview which ones are broken and redirected
to standard output and to <code class="file docutils literal"><span class="pre">output.txt</span></code> in the output directory.</p>
<dl class="attribute">
<dt id="sphinx.builders.linkcheck.CheckExternalLinksBuilder.name">
<code class="descname">name</code><em class="property"> = 'linkcheck'</em><a class="headerlink" href="#sphinx.builders.linkcheck.CheckExternalLinksBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.linkcheck.CheckExternalLinksBuilder.format">
<code class="descname">format</code><em class="property"> = ''</em><a class="headerlink" href="#sphinx.builders.linkcheck.CheckExternalLinksBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.linkcheck.CheckExternalLinksBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.linkcheck.CheckExternalLinksBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<span class="target" id="module-sphinx.builders.xml"></span><dl class="class">
<dt id="sphinx.builders.xml.XMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.xml.</code><code class="descname">XMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/xml.html#XMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.xml.XMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder produces Docutils-native XML files.  The output can be
transformed with standard XML tools such as XSLT processors into arbitrary
final forms.</p>
<dl class="attribute">
<dt id="sphinx.builders.xml.XMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'xml'</em><a class="headerlink" href="#sphinx.builders.xml.XMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.xml.XMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'xml'</em><a class="headerlink" href="#sphinx.builders.xml.XMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.xml.XMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.xml.XMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.2.</span></p>
</div>
</dd></dl>

<dl class="class">
<dt id="sphinx.builders.xml.PseudoXMLBuilder">
<em class="property">class </em><code class="descclassname">sphinx.builders.xml.</code><code class="descname">PseudoXMLBuilder</code><a class="reference internal" href="_modules/sphinx/builders/xml.html#PseudoXMLBuilder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sphinx.builders.xml.PseudoXMLBuilder" title="Permalink to this definition"></a></dt>
<dd><p>This builder is used for debugging the Sphinx/Docutils &#8220;Reader to Transform
to Writer&#8221; pipeline. It produces compact pretty-printed &#8220;pseudo-XML&#8221;, files
where nesting is indicated by indentation (no end-tags). External
attributes for all elements are output, and internal attributes for any
leftover &#8220;pending&#8221; elements are also given.</p>
<dl class="attribute">
<dt id="sphinx.builders.xml.PseudoXMLBuilder.name">
<code class="descname">name</code><em class="property"> = 'pseudoxml'</em><a class="headerlink" href="#sphinx.builders.xml.PseudoXMLBuilder.name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.xml.PseudoXMLBuilder.format">
<code class="descname">format</code><em class="property"> = 'pseudoxml'</em><a class="headerlink" href="#sphinx.builders.xml.PseudoXMLBuilder.format" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="sphinx.builders.xml.PseudoXMLBuilder.supported_image_types">
<code class="descname">supported_image_types</code><em class="property"> = []</em><a class="headerlink" href="#sphinx.builders.xml.PseudoXMLBuilder.supported_image_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<div class="versionadded">
<p><span class="versionmodified">New in version 1.2.</span></p>
</div>
</dd></dl>

<p>Built-in Sphinx extensions that offer more builders are:</p>
<ul class="simple">
<li><a class="reference internal" href="ext/doctest.html#module-sphinx.ext.doctest" title="sphinx.ext.doctest: Test snippets in the documentation."><code class="xref py py-mod docutils literal"><span class="pre">doctest</span></code></a></li>
<li><a class="reference internal" href="ext/coverage.html#module-sphinx.ext.coverage" title="sphinx.ext.coverage: Check Python modules and C API for coverage in the documentation."><code class="xref py py-mod docutils literal"><span class="pre">coverage</span></code></a></li>
</ul>
<div class="section" id="serialization-builder-details">
<span id="serialization-details"></span><h2>Serialization builder details<a class="headerlink" href="#serialization-builder-details" title="Permalink to this headline"></a></h2>
<p>All serialization builders outputs one file per source file and a few special
files.  They also copy the reST source files in the directory <code class="docutils literal"><span class="pre">_sources</span></code>
under the output directory.</p>
<p>The <a class="reference internal" href="#sphinx.builders.html.PickleHTMLBuilder" title="sphinx.builders.html.PickleHTMLBuilder"><code class="xref py py-class docutils literal"><span class="pre">PickleHTMLBuilder</span></code></a> is a builtin subclass that implements the pickle
serialization interface.</p>
<p>The files per source file have the extensions of
<a class="reference internal" href="#sphinx.builders.html.SerializingHTMLBuilder.out_suffix" title="sphinx.builders.html.SerializingHTMLBuilder.out_suffix"><code class="xref py py-attr docutils literal"><span class="pre">out_suffix</span></code></a>, and are arranged in directories
just as the source files are.  They unserialize to a dictionary (or dictionary
like structure) with these keys:</p>
<dl class="docutils">
<dt><code class="docutils literal"><span class="pre">body</span></code></dt>
<dd>The HTML &#8220;body&#8221; (that is, the HTML rendering of the source file), as rendered
by the HTML translator.</dd>
<dt><code class="docutils literal"><span class="pre">title</span></code></dt>
<dd>The title of the document, as HTML (may contain markup).</dd>
<dt><code class="docutils literal"><span class="pre">toc</span></code></dt>
<dd>The table of contents for the file, rendered as an HTML <code class="docutils literal"><span class="pre">&lt;ul&gt;</span></code>.</dd>
<dt><code class="docutils literal"><span class="pre">display_toc</span></code></dt>
<dd>A boolean that is <code class="docutils literal"><span class="pre">True</span></code> if the <code class="docutils literal"><span class="pre">toc</span></code> contains more than one entry.</dd>
<dt><code class="docutils literal"><span class="pre">current_page_name</span></code></dt>
<dd>The document name of the current file.</dd>
<dt><code class="docutils literal"><span class="pre">parents</span></code>, <code class="docutils literal"><span class="pre">prev</span></code> and <code class="docutils literal"><span class="pre">next</span></code></dt>
<dd>Information about related chapters in the TOC tree.  Each relation is a
dictionary with the keys <code class="docutils literal"><span class="pre">link</span></code> (HREF for the relation) and <code class="docutils literal"><span class="pre">title</span></code>
(title of the related document, as HTML).  <code class="docutils literal"><span class="pre">parents</span></code> is a list of
relations, while <code class="docutils literal"><span class="pre">prev</span></code> and <code class="docutils literal"><span class="pre">next</span></code> are a single relation.</dd>
<dt><code class="docutils literal"><span class="pre">sourcename</span></code></dt>
<dd>The name of the source file under <code class="docutils literal"><span class="pre">_sources</span></code>.</dd>
</dl>
<p>The special files are located in the root output directory.  They are:</p>
<dl class="docutils">
<dt><a class="reference internal" href="#sphinx.builders.html.SerializingHTMLBuilder.globalcontext_filename" title="sphinx.builders.html.SerializingHTMLBuilder.globalcontext_filename"><code class="xref py py-attr docutils literal"><span class="pre">SerializingHTMLBuilder.globalcontext_filename</span></code></a></dt>
<dd><p class="first">A pickled dict with these keys:</p>
<dl class="last docutils">
<dt><code class="docutils literal"><span class="pre">project</span></code>, <code class="docutils literal"><span class="pre">copyright</span></code>, <code class="docutils literal"><span class="pre">release</span></code>, <code class="docutils literal"><span class="pre">version</span></code></dt>
<dd>The same values as given in the configuration file.</dd>
<dt><code class="docutils literal"><span class="pre">style</span></code></dt>
<dd><a class="reference internal" href="config.html#confval-html_style"><code class="xref std std-confval docutils literal"><span class="pre">html_style</span></code></a>.</dd>
<dt><code class="docutils literal"><span class="pre">last_updated</span></code></dt>
<dd>Date of last build.</dd>
<dt><code class="docutils literal"><span class="pre">builder</span></code></dt>
<dd>Name of the used builder, in the case of pickles this is always
<code class="docutils literal"><span class="pre">'pickle'</span></code>.</dd>
<dt><code class="docutils literal"><span class="pre">titles</span></code></dt>
<dd>A dictionary of all documents&#8217; titles, as HTML strings.</dd>
</dl>
</dd>
<dt><a class="reference internal" href="#sphinx.builders.html.SerializingHTMLBuilder.searchindex_filename" title="sphinx.builders.html.SerializingHTMLBuilder.searchindex_filename"><code class="xref py py-attr docutils literal"><span class="pre">SerializingHTMLBuilder.searchindex_filename</span></code></a></dt>
<dd><p class="first">An index that can be used for searching the documentation.  It is a pickled
list with these entries:</p>
<ul class="last simple">
<li>A list of indexed docnames.</li>
<li>A list of document titles, as HTML strings, in the same order as the first
list.</li>
<li>A dict mapping word roots (processed by an English-language stemmer) to a
list of integers, which are indices into the first list.</li>
</ul>
</dd>
<dt><code class="docutils literal"><span class="pre">environment.pickle</span></code></dt>
<dd><p class="first">The build environment.  This is always a pickle file, independent of the
builder and a copy of the environment that was used when the builder was
started.</p>
<div class="admonition-todo admonition" id="index-0">
<p class="first admonition-title">Todo</p>
<p class="last">Document common members.</p>
</div>
<p class="last">Unlike the other pickle files this pickle file requires that the <code class="docutils literal"><span class="pre">sphinx</span></code>
package is available on unpickling.</p>
</dd>
</dl>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="config.html" title="The build configuration file"
             >next</a> |</li>
        <li class="right" >
          <a href="domains.html" title="Sphinx Domains"
             >previous</a> |</li>
        <li><a href="index.html">Sphinx home</a>&#160;|</li>
        <li><a href="contents.html">Documentation</a> &#187;</li>
 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2007-2016, Georg Brandl and the Sphinx team.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
    </div>
  </body>
</html>