Commit Graph
6383 Commits
Author SHA1 Message Date
Timotheus Kampik 6f6b28d3e6 refactor, add more tests #2516 2016-05-02 07:54:44 +02:00
Timotheus Kampik a8dabf334d add tests for meta-tag search index generation #2463 2016-05-02 00:11:48 +02:00
Timotheus Kampik b01a7be5c6 add keywords of meta tag to search index #2463 2016-05-01 17:21:13 +02:00
Takeshi KOMIYA e3def45ffe Use locales as a default value of locale_dirs 2016-04-25 22:25:58 +09:00
Takeshi KOMIYA cfa50a4db7 Merge pull request #2478 from taschini/doctest_default_flags
Doctest default flags
2016-04-24 11:12:00 +09:00
Takeshi KOMIYA be46e588a1 Merge pull request #2389 from electrofelix/linkcheck-tweaks
Linkcheck tweaks
2016-04-22 10:26:26 +09:00
Darragh Bailey dba030668e Update CHANGES for PR#2389 2016-04-21 13:20:31 +01:00
Darragh Bailey 2f46c7899c Some sites also return 403 on HEAD requests
Atlassian websites will return a 403 Forbidden access code when
queried, so add this to the list of codes that should trigger using a
GET request as a fallback.
2016-04-21 13:20:02 +01:00
Darragh Bailey 0b9ee8d451 Switch to using requests for better charset detection
Python requests does a better job of detecting the charsets of
webpages, performing automatic decoding when the text content is
requested, avoiding issues around needing to do detection.

This allows checking the following urls & anchors correctly:

    http://www.yaml.org/spec/1.2/spec.html#id2761803
    http://www.yaml.org/spec/1.2/spec.html#id2765878
    http://www.yaml.org/spec/1.2/spec.html#id2765878
2016-04-21 13:20:02 +01:00
taschini 80bbdd4998 Reformatted doc for doctest_default_flags (#2471). 2016-04-21 14:17:43 +02:00
taschini 604b45d44b Incorporated feeback on doc for doctest_default_flags (#2471). 2016-04-21 12:35:36 +02:00
taschini 8c1d9cc71c Documenting doctest_default_flags config variable (#2471). 2016-04-21 12:07:00 +02:00
taschini 88337c6533 Added config variable for default doctest flags (#2471). 2016-04-21 12:07:00 +02:00
Jean-François B 4959a75c6f Merge pull request #2475 from jfbu/master
merge stable into master and update sphinx.sty and CHANGES for 1.5
2016-04-20 19:23:27 +02:00
jfbu 7ae27dd5d7 Remove sphinx.sty dependency on latex package fancybox 2016-04-20 18:58:58 +02:00
jfbu 073094a212 Merge branch 'stable' 2016-04-20 18:56:22 +02:00
Takeshi KOMIYA cf3b50d3b9 Close #894: Add `lualatexpdf and xelatexpdf` as a make target to build PDF using lualatex or xelatex 2016-04-21 00:58:26 +09:00
Jean-François 78c57dc788 Merge pull request #2453 from jfbu/fixpdfunbreakabletopicboxes
Fix #2446: latex(pdf) sets local tables of contents in unbreakable boxes
2016-04-20 17:47:14 +02:00
jfbu d8b4ce585d fix a latex issue of vertical space
modified:   sphinx/texinputs/sphinx.sty
2016-04-20 13:59:37 +02:00
jfbu 75992bc831 Update CHANGES for PR #2453 2016-04-20 12:49:43 +02:00
jfbu 701749491e Merge branch 'stable' into fixpdfunbreakabletopicboxes 2016-04-20 12:48:30 +02:00
jfbu 68becb118e Fix #2446: latex(pdf) sets local tables of contents in unbreakable boxes
Allow page breaks in topic contents (e.g. local tables of contents) from
replacing \shadowbox of non anymore used package framebox by a custom
framed package environment.

Formerly, topic boxes extended into right margin; put only the shadow in
margin, locate the right frame exactly at the margin.

Use framed.sty also for framing admonitions of the warning type. Make
vertical spacing more coherent with the one for hint type notices.
Handle case with warning notices getting nested; the inner ones use a
minipage, only the outer one allows pagebreaks.
2016-04-20 12:28:39 +02:00
Jakob Lykke Andersen aaf9173ede C++, fixes sphinx-doc/sphinx#2456.
Rename node attributes to only use lower case,
because Docutils wants it that way.
2016-04-19 17:33:52 +09:00
Takeshi KOMIYA 9b24fc2b94 Merge pull request #2462 from jfbu/anticipatefutureluatex
Load compatibility patch for LuaTeX 0.85+
2016-04-19 10:55:22 +09:00
jfbu 5c823a770c Load compatibility patch for LuaTeX 0.85+
See http://ctan.org/pkg/luatex85 for more info. Old packages relying on
pdf naming of primitives will break under LuaTeX 0.85+, which will be
generally available starting with TeXLive 2016 release.

	modified:   sphinx/texinputs/sphinx.sty
2016-04-18 12:37:15 +02:00
Takayuki SHIMIZUKAWA a5acb01c0f Merge pull request #2458 from sphinx-doc/travis-verbose
verbose output for travis testing
2016-04-18 18:52:07 +09:00
shimizukawa 7eb15acd30 verbose output for travis testing 2016-04-18 16:44:35 +09:00
shimizukawa 132059a253 merge with stable 2016-04-18 14:41:06 +09:00
shimizukawa d5c36e045b update devguide: following current procedure to run test 2016-04-18 14:36:25 +09:00
Takeshi KOMIYA f7dbeed02c Merge pull request #2457 from jfbu/fixparsepincodeblocks
Fix a vertical space in indented code-blocks for latexpdf
2016-04-18 10:19:06 +09:00
jfbu 2bbeeffd94 Fix a vertical space in indented code-blocks for latexpdf
Add a missing \setlength\parsep{0pt} in Verbatim. There was a little
extra white space below top frame for indented code-blocks because of
that.

	modified:   sphinx/texinputs/sphinx.sty
2016-04-17 22:11:50 +02:00
Takeshi KOMIYA 919b42b0d4 Initialize suppress_warnings on Config.pre_init_values() 2016-04-17 13:32:32 +09:00
Takeshi KOMIYA ed52e00f34 Refactor needs_sphinx 2016-04-17 12:40:09 +09:00
Takeshi KOMIYA 64f1b3f5b1 Update CHANGES for PR#2448 2016-04-16 23:28:02 +09:00
Takeshi KOMIYA e62994b6e3 Merge pull request #2448 from jfbu/fixpdfcaptioncolor
Fix #2447: VerbatimBorderColor wrongly used also for captions of PDF
2016-04-16 23:27:21 +09:00
Takeshi KOMIYA c289a35c1b Fix #2397: Setup shorthandoff for turkish documents 2016-04-16 18:28:15 +09:00
Takeshi KOMIYA febfd6829c Fix #2436: Sphinx does not check version by :confval:needs_sphinx if loading extensions failed 2016-04-16 16:55:59 +09:00
Takeshi KOMIYA f15bdce1db Fix testcase 2016-04-16 16:11:48 +09:00
Takeshi KOMIYA a03b50b627 Move \! before \begin{aligned} (ref: #2370) 2016-04-16 15:21:28 +09:00
Takeshi KOMIYA 73166b241d Fix #2407: building docs crash if document includes large data image URIs 2016-04-16 15:04:32 +09:00
Takeshi KOMIYA 21ee53df2d Define new warning types for suppress_warnings (ref #2451) 2016-04-16 12:43:03 +09:00
Takeshi KOMIYA 35ad9ac587 Update CHANGES 2016-04-15 01:52:13 +09:00
Takeshi KOMIYA bfd0dd5c3a Fix pep8 violation (F401) on conf.py 2016-04-15 01:42:21 +09:00
jfbu bdba5655b9 Fix typo in comment after renaming.
Sorry.

	modified:   sphinx/texinputs/sphinx.sty
2016-04-14 18:23:33 +02:00
Takeshi KOMIYA 6fb73f41d5 Fix pep8 violation (E122) on conf.py 2016-04-15 01:20:15 +09:00
jfbu 4e69311599 Make more robust Verbatim code for PDF. No more redefines \fbox.
Although the definition was made locally, it meant that for example
macros of type \PYG... could not use internally \fbox whose meaning
had been modified. New code never modifies \fbox or \XC@fbox.

	modified:   sphinx/texinputs/sphinx.sty
2016-04-14 18:14:44 +02:00
Tony Narlock ecf2236724 Add newline below comments in quickstart
See also: https://git.io/vgaHi
2016-04-15 00:03:21 +09:00
Tony Narlock c2260f6eb3 quickstart-build: add space to comments to suppress E265 on conf.py of projects. 2016-04-15 00:03:12 +09:00
jfbu 53cc2aa8a8 Fix #2447: VerbatimBorderColor wrongly used also for captions of PDF
On this opportunity the code and comments in sphinx.sty from commit
9d82cad (LaTeX captions of literal blocks now glued to framed verbatim)
have been re-organized, uses less macros. Only functional difference
should be the fix of #2447.

	modified:   sphinx/texinputs/sphinx.sty
2016-04-14 10:46:42 +02:00
Takeshi KOMIYA 13c814adc3 Fix failure in py3 2016-04-14 12:05:13 +09:00