Takeshi KOMIYA
d87608ea1d
Update CHANGES for PR#2527
2016-10-12 19:37:36 +09:00
Takeshi KOMIYA
c8fe4a1848
Rename :reverse: option of toctree directive to :reversed:
2016-10-12 19:36:49 +09:00
Takeshi KOMIYA
f22bbf668d
Add testcase for reversed toctree
2016-10-12 19:32:48 +09:00
Takeshi KOMIYA
8481ed3560
Merge remote-tracking branch 'JonhVillalovos/master'
2016-10-12 18:49:08 +09:00
Takeshi KOMIYA
1f2e357107
Merge pull request #2959 from tk0miya/nightly
...
Test with nightly python builds
2016-10-12 18:47:54 +09:00
Takeshi KOMIYA
70831a718e
Merge pull request #2945 from tk0miya/refactor_environment
...
Refactor sphinx.environment.Environment
2016-10-12 18:41:09 +09:00
Takeshi KOMIYA
cbe0ce6beb
Add example of conf.py to doc/config.rst
2016-10-12 18:40:19 +09:00
jfbu
1a540247b6
make sphinx prefixed names known to non-Sphinx document classes
2016-10-12 08:32:24 +02:00
jfbu
9826be6f69
fix forgotten needed redefinitions in sphinx.sty for jsclasses
2016-10-11 23:12:27 +02:00
jfbu
49031c3c40
make sphinx latex style file use a package option
...
for handling of ``latex_keep_old_macro_names`` conf.py setting
2016-10-11 22:50:12 +02:00
jfbu
b0a3b6cbc0
fix typo in config.rst
2016-10-11 20:55:00 +02:00
jfbu
bc8d9aa93d
fix accidental replacement of section by chapter
2016-10-11 20:52:19 +02:00
jfbu
143daf21d8
Fix #3031 : incompatibility with LaTeX package `tocloft
`
...
Use ``\sphinxtableofcontents``, and environments ``sphinxtheindex``
and ``sphinxthebibliography``.
2016-10-11 20:42:58 +02:00
Takeshi KOMIYA
f9186c9b89
Test with nightly python builds
2016-10-11 20:27:42 +09:00
Takeshi KOMIYA
dc584c6963
Fix #2435 : Slim down quickstarted conf.py
2016-10-11 20:02:43 +09:00
Takeshi KOMIYA
1f2368047e
Detach managers on pickling environment
2016-10-11 18:59:22 +09:00
Takeshi KOMIYA
97870ebc0b
Allow to access mangers through env.{manager_name}
2016-10-11 18:59:22 +09:00
Takeshi KOMIYA
e5b3a7c951
indexentries: refactor a little
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
c5e56969ed
Add testcase for indexentries
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
dc985ed479
Separate toctree manager to sphinx.environment.managers.toctree
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
17c222a706
Separate indexentries manager to sphinx.environment.manager.indexentries
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
6027bb75a5
Refactor: move process_only_nodes() to sphinx.util.nodes
2016-10-11 18:59:21 +09:00
Takeshi KOMIYA
dd3f12a7fc
Fix style-check violation
2016-10-11 18:59:12 +09:00
jfbu
e43a31da12
Re-insert check for LaTeX macro filename which got suppressed in merge
2016-10-10 21:15:53 +02:00
jfbu
e4dd1bf04b
Update CHANGES for PR#3023
2016-10-10 21:12:57 +02:00
Jean-François B
940fa11b9b
Merge pull request #3023 from jfbu/fixpysiglineissue
...
Fix an issue with ``\pysigline`` in LaTeX style file.
2016-10-10 20:59:59 +02:00
jfbu
5b040dd754
Update CHANGES for PR#3020
2016-10-10 20:58:34 +02:00
jfbu
861973bfbb
Merge branch 'usegeometrypackage'
2016-10-10 20:55:44 +02:00
jfbu
34ac39e583
Update CHANGES for PR#3017
2016-10-10 20:52:55 +02:00
Jean-François B
89ccf9e103
Merge pull request #3017 from jfbu/fixuseofncychap
...
Fix #147 and fix #1986 : Problem with latex chapter style
2016-10-10 20:49:05 +02:00
Takeshi KOMIYA
b71ea9da61
Update CHANGES for PR#2971
2016-10-11 00:44:01 +09:00
Timotheus Kampik
de7c93756c
allow search hits in body text that are in title of other doc #2891 ( #2971 )
...
* allow search hits in body text that are in title of other doc #2891
* shorten lines/add line breaks #2891
* remove out-commented LoC, simplify check #2891
2016-10-11 00:42:41 +09:00
Takeshi KOMIYA
71a36d5b33
Test with XeTeX on TravisCI ( #3026 )
2016-10-10 23:59:08 +09:00
jfbu
5e2c8b9f74
Fix an issue with `\pysigline
` in LaTeX style file.
...
This issue was initially reported as
<http://tex.stackexchange.com/questions/201270/argument-of-item-has-an-extra >
The commit also fixes two other potential problematic code locations in
sphinx.sty
2016-10-09 22:19:25 +02:00
jfbu
34f1ce17fd
Fix #3018 : LaTeX problem with page dimensions and chapter titles
...
New key ``'geometry'`` to ``latex_elements``.
2016-10-07 23:40:39 +02:00
Takeshi KOMIYA
6a6843096c
Fix #2987 : Invalid HTML has been generated if multiple IDs are assigned to a list
2016-10-07 20:20:39 +09:00
jfbu
5b78aa28fe
Fix #147 and fix #1986 : Problem with latex chapter style
...
Notice that as an after effect ``Contents`` or ``Python Module Index``
will appear (by default) in bold, and larger than formerly (it was a
bug of Sphinx that they were not styled).
I am leaving the `\py@HeaderFamily` in the `sphinx.sty` patch to the
Bjarne `fncychap.sty` style for backwards compatibility. And as it does
`\bfseries` by default I left only the size changing commands in the
`fncychap` customization of Bjarne style.
Also, the `\@makechapterhead` re-definition obeys `\mainmatter` etc...
2016-10-07 11:55:43 +02:00
Takeshi KOMIYA
32981d1048
Remove unused CSS for defindex.html
2016-10-07 17:18:11 +09:00
Takeshi KOMIYA
4e6d8737ff
Update CHANGES
2016-10-07 15:17:50 +09:00
Takeshi KOMIYA
6704672df2
Remove themes/basic/defindex.html; no longer used
2016-10-07 14:36:36 +09:00
Takeshi KOMIYA
9719a4cb21
Fix #2986 : themes/basic/defindex.html should be changed for html5 friendly
2016-10-07 12:59:34 +09:00
Takeshi KOMIYA
562eb51e5b
Fix #2984 : Invalid HTML has been generated if html_split_index
enabled
2016-10-07 12:47:52 +09:00
Takeshi KOMIYA
4c3c128e9b
Fix #3000 : `option
` directive generates invalid HTML anchors
...
fix
2016-10-07 12:11:28 +09:00
jfbu
0875507497
Better wording in CHANGES for PR#3010
2016-10-06 19:50:42 +02:00
Jean-François B
d36b0984fc
Merge pull request #3010 from jfbu/fixcodeinparsedliteral
...
Fix #3009 : Bad rendering of parsed-literals in LaTeX
2016-10-06 19:27:46 +02:00
jfbu
89487d02fe
Update CHANGES for PR#3010
2016-10-06 19:27:20 +02:00
jfbu
446729dccf
Improve wording in sphinx.sty and spare a few code lines at its end.
2016-10-06 19:26:32 +02:00
jfbu
44f595a63f
Fix #3009 : Bad rendering of parsed-literals in LaTeX
...
This reverts the ``\scantokens`` added (commit 86083875
) to ``\code``
(aka ``\sphinxcode``), in case it is encountered inside a parsed-literal
directive. Indeed strange interference arise then. The problem would
occur in Verbatim too, but I think ``\sphinxcode`` is not encountered
there.
2016-10-06 19:26:32 +02:00
Takeshi KOMIYA
d43259f5f7
Fix #3004 : Invalid link types "top" and "up" are used
2016-10-06 22:50:49 +09:00
Takeshi KOMIYA
b48cba900e
Update CHANGES for PR#2992
2016-10-06 19:00:10 +09:00