summaryrefslogtreecommitdiff
path: root/sphinx/templates
Commit message (Expand)AuthorAgeFilesLines
* LaTeX: fix usage of PAPER envvar, which got broken at Sphinx 1.5jfbu2018-07-312-4/+4
* LaTeX, follow-up to PR #5012, avoid label separated by pagebreakjfbu2018-06-082-2/+2
* Fix #5009: latex: a label for table is vanished if table does not have a captionTakeshi KOMIYA2018-06-073-1/+9
* Update comments on conf.pyTakeshi KOMIYA2018-04-081-1/+1
* Do not construct <files> tag by python codeTakeshi KOMIYA2018-03-181-1/+3
* Use template for generating .qhp fileTakeshi KOMIYA2018-03-181-0/+24
* builder: Use template for generating .qhcp fileTakeshi KOMIYA2018-03-181-0/+19
* Fix #4727: Option clash for package textcompjfbu2018-03-111-0/+1
* Show opt:scheme attribute only for EPUB3.1 (refs: #4622)Takeshi KOMIYA2018-02-181-1/+5
* Merge pull request #4622 from turky/masterTakeshi KOMIYA2018-02-161-1/+1
|\
| * restore deleted id attribute in dc.identifier elementAkihiro Takizawa2018-02-161-1/+1
| * restore deleted id attribute in dc.identifier elementAkihiro Takizawa2018-02-161-1/+1
| * fix dc.identifier element using opf:scheme in sphinx/templates/epub3/content....Akihiro Takizawa2018-02-161-1/+1
| * key changes to scheme in epub3 opf templateAkihiro Takizawa2018-02-151-1/+1
* | minor conf.py cleanupTim Hoffmann2018-01-131-14/+13
* | shebang line is removed from generated conf.py (refs: #4385)Takeshi KOMIYA2018-01-131-3/+0
* | Merge pull request #4385 from timhoffm/quickstart-confTakeshi KOMIYA2018-01-131-22/+17
|\ \
| * | updates to conf.py generated by sphinx-quickstartTim Hoffmann2018-01-061-22/+17
* | | make.bat: Make SOURCEDIR configurableStephen Finucane2018-01-111-2/+3
* | | Makefile: Make SOURCEDIR configurableStephen Finucane2018-01-111-2/+3
* | | make.bat: Remove unnecessary targetsStephen Finucane2018-01-111-121/+2
* | | Makefile: Remove unnecessary targetsStephen Finucane2018-01-111-85/+7
* | | builders: Add 'Builder.epilog' optionStephen Finucane2018-01-112-111/+0
|/ /
* | epub: Remove dead templatesStephen Finucane2017-12-284-59/+0
* | templates: Remove 'epub3' targetsStephen Finucane2017-12-282-16/+0
* | quickstart: Rework how we collect extensionsStephen Finucane2017-12-031-8/+23
|/
* Add hints for html_sidebarsTakeshi KOMIYA2017-10-261-0/+5
* Merge branch 'master' into improve_theme_sidebarsTakeshi KOMIYA2017-10-254-16/+25
|\
| * Merge branch 'stable'Takeshi KOMIYA2017-10-234-16/+25
| |\
| | * Make it easier to override variables in Makefiles generated by quickstartDmitry Shachnev2017-10-211-3/+3
| | * Revert "Default SPHINXBUILD to 'python -msphinx' instead of 'sphinx-build'."Takeshi KOMIYA2017-10-214-14/+23
| | * #3987 remove alabaster-specific sidebarsTimotheus Kampik2017-10-011-3/+0
* | | HTML themes can set up default sidebars through ``theme.conf``Takeshi KOMIYA2017-10-221-8/+1
|/ /
* | Fix grammar in exclude_patterns explanation commentSumana Harihareswara2017-09-261-1/+1
* | #3987 remove alabaster-specific sidebarsTimotheus Kampik2017-08-131-3/+0
|/
* latex: hint that code-blocks continue on next page (closes #3764)jfbu2017-06-141-0/+1
* Merge b52b790 and 075a8cf addition of alabaster sidebar templatejfbu2017-06-031-15/+3
* Add html_sidebars for alabaster by defaultSegev Finer2017-06-031-0/+15
* Closes #3829: add ``html_sidebars`` default to sphinx-quickstartjfbu2017-05-301-0/+12
* Merge pull request #3686 from jfbu/dropthreeparttableJean-François B2017-05-092-10/+6
|\
| * Rename ``\sphinxcaptionof`` to ``\sphinxcaption``, only 2 argsjfbu2017-05-042-2/+2
| * Separate ``\sphinxcapstartof`` macro, to facilitate caption below tablejfbu2017-05-042-0/+2
| * Drop usage of threeparttable LaTeX package (closes #3532)jfbu2017-05-012-10/+4
* | Remove deprecated latex features at 1.7jfbu2017-05-031-10/+0
|/
* Default SPHINXBUILD to 'python -msphinx' instead of 'sphinx-build'.Antony Lee2017-03-064-23/+14
* Rename and simplify LaTeX macrosjfbu2017-03-041-1/+1
* Fix #3491 via equalizing vertical spaces for latex tables of all typesjfbu2017-03-044-10/+9
* Allow to replace table templates for LaTeX by user'sTakeshi KOMIYA2017-03-031-0/+0
* Remove frame around LaTeX longtable's "Continued on next page" footerjfbu2017-03-031-2/+1
* Merge branch 'stable'jfbu2017-03-031-2/+2
|\