summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.4 beta1v1.4b1shimizukawa2016-03-061-3/+3
* update localesshimizukawa2016-03-0638-955/+915
* closes #582: Remove hint message from quick search box for html output.shimizukawa2016-03-062-6/+0
* Fix #1498: manpage writer: don't make whole of item in definition list bold i...Takeshi KOMIYA2016-03-061-0/+7
* Merge pull request #2297 from jfbu/literalblockcaptionTakeshi KOMIYA2016-03-062-16/+92
|\
| * Changes of LaTeX macro names in sphinx.sty to use Sphinx prefix.jfbu2016-03-042-28/+28
| * Fix comments.jfbu2016-02-151-9/+18
| * Removes unneeded comment from sphinx.styjfbu2016-02-151-1/+0
| * Fix #2262 (latex): avoid pagebreaks after captions of literal blocksjfbu2016-02-141-20/+21
| * Address #2262 (latex): avoid pagebreaks after captions of literal blocksjfbu2016-02-102-10/+77
* | Merge branch 'stable'Takeshi KOMIYA2016-03-061-0/+7
|\ \
| * | #2363: Fix ``toctree()`` in templates generates broken links in SingleHTMLBui...Takeshi KOMIYA2016-03-041-0/+7
* | | Fix #2368: Ignore emacs lock files like ``.#foo.rst`` by default.Takeshi KOMIYA2016-03-061-1/+1
* | | Fix #2337: Use ``\url{URL}`` macro instead of ``\href{URL}{URL}`` in LaTeX wr...Takeshi KOMIYA2016-03-042-2/+9
* | | Merge branch 'stable'Takeshi KOMIYA2016-03-032-2/+4
|\ \ \ | |/ /
| * | Add ``\sphinxAtStartFootnote`` macroTakeshi KOMIYA2016-03-032-2/+4
| * | #2351: Fix footnote spacingTakeshi KOMIYA2016-03-021-2/+2
* | | Fix #2348: Move amsmath and amssymb to before fontpkg on LaTeX writerTakeshi KOMIYA2016-03-033-10/+2
* | | Merge branch '2327_toplevel_sectioning'Takeshi KOMIYA2016-03-033-5/+27
|\ \ \
| * | | Fix #2327: Add `latex_toplevel_sectioning` to switch the top level sectioning...Takeshi KOMIYA2016-03-023-5/+27
* | | | Merge branch '2229_suppress_warnings'Takeshi KOMIYA2016-03-036-19/+59
|\ \ \ \
| * | | | Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-231-1/+2
| * | | | Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA2016-02-234-2/+38
| * | | | Refactor: all of warnfuncs bypasses kwargs to Sphinx.warn()Takeshi KOMIYA2016-02-232-16/+19
* | | | | #2364: Fix KeyError rootSymbol on Sphinx upgrade from older version.Takeshi KOMIYA2016-03-031-1/+1
* | | | | Rename ``\titlereference`` to ``\titleref``Takeshi KOMIYA2016-03-022-2/+2
* | | | | Rename ``\internalreference`` to ``\crossref``Takeshi KOMIYA2016-03-022-2/+2
* | | | | Fix #2355: Define ``\termref`` macro to redefine the style of ``term`` roles.Takeshi KOMIYA2016-03-022-1/+4
| |/ / / |/| | |
* | | | Merge branch 'stable'Takeshi KOMIYA2016-03-021-14/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Redece tocdepth if `part` or `chapter` is used for top_sectionlevel (ref #2358)Takeshi KOMIYA2016-03-021-13/+17
| * | | Move tocdepth definition to above of user-preamble (ref #2358)Takeshi KOMIYA2016-03-021-1/+1
* | | | Fix #2361: additional paragraphs inside the "compound" directive are indentedTakeshi KOMIYA2016-03-021-1/+8
* | | | Merge pull request #2301 from xuhdev/classic-hyphensTakeshi KOMIYA2016-03-021-0/+7
|\ \ \ \
| * | | | Texts in the basic html theme should be hyphenated.Hong Xu2016-02-191-0/+7
* | | | | Fix #2360: numref in LaTeX output is brokenTakeshi KOMIYA2016-03-021-2/+2
* | | | | Merge with 'stable'shimizukawa2016-02-293-3/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bump versionshimizukawa2016-02-291-3/+3
| * | | | Bump to 1.3.6 finalv1.3.61.3shimizukawa2016-02-291-3/+3
| * | | | fix for `make style-check`shimizukawa2016-02-291-121/+121
| * | | | Fix #2019: the domain objects in search result are not escapedTakeshi KOMIYA2016-02-291-0/+2
| * | | | issue #2357atzeinicola2016-02-281-1/+1
| * | | | Merge pull request #2333 from EricFromCanada/stableTakeshi KOMIYA2016-02-231-2/+2
| |\ \ \ \
| | * | | | make conf.py's html_favicon description match docsEricFromCanada2016-02-171-2/+2
* | | | | | Define ``\internalreference`` macro to redefine the style of referencesTakeshi KOMIYA2016-02-252-1/+2
* | | | | | Define ``\menuselection`` and ``\accelerator`` macros to redefine the style o...Takeshi KOMIYA2016-02-252-2/+4
* | | | | | Fix #2338: Define ``\titlereference`` macro to redefine the style of `title-r...Takeshi KOMIYA2016-02-232-1/+2
* | | | | | Merge pull request #2340 from xuhdev/mathjax-alignTakeshi KOMIYA2016-02-231-11/+14
|\ \ \ \ \ \
| * | | | | | Math extension: support alignment of multiple equations for MathJAX.Hong Xu2016-02-181-11/+14
| | |_|/ / / | |/| | | |
* | | | | | Fix the confval type checker emits warnings if unicode is given to confvals w...Takeshi KOMIYA2016-02-231-28/+33
| |_|_|/ / |/| | | |
* | | | | Fix #2245: Add ``latex_elements["passoptionstopackages"]`` option to call Pas...Takeshi KOMIYA2016-02-232-1/+3