Commit Graph

7869 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ecdcb4c123 Merge pull request #3372 from tk0miya/move_docref_to_stddomain
Refactor: Move doc reference to under standard domain
2017-02-02 00:01:53 +09:00
Takeshi KOMIYA
396c312f33 Merge pull request #3379 from tk0miya/3378_support_widths_in_latex
Fix #3378: latex: Support ``:widths:`` option of table directives
2017-02-02 00:00:42 +09:00
Takeshi KOMIYA
7c10e52850 Fix #3378: latex: Support `:widths:` option of table directives 2017-02-01 14:25:33 +09:00
Takeshi KOMIYA
95645ab23d Merge pull request #3374 from adrian5/patch-1
Update toctree.rst
2017-01-31 11:47:33 +09:00
adrian5
7bf7b81751 Update toctree.rst 2017-01-31 01:29:18 +01:00
Takeshi KOMIYA
1fb13180f3 Merge branch 'master' into move_docref_to_stddomain 2017-01-31 02:09:12 +09:00
Takeshi KOMIYA
238d92beb3 Merge pull request #3313 from tk0miya/collectors
Refactor sphinx.environment; Add EnvironmentCollectors
2017-01-31 01:50:28 +09:00
Takeshi KOMIYA
c933184b28 Update CHANGES 2017-01-31 01:38:39 +09:00
Takeshi KOMIYA
12d6398739 Move doc reference to under standard domain 2017-01-29 19:50:14 +09:00
Takeshi KOMIYA
d33cf04979 Merge branch 'stable' 2017-01-29 18:05:17 +09:00
Takeshi KOMIYA
678cc3d503 Fix #3364: sphinx-quickstart prompts overflow on Console with 80 chars width 2017-01-29 13:30:30 +09:00
Takeshi KOMIYA
14a864a637 Support requests-2.0.0 (experimental) (refs: #3367) 2017-01-29 13:15:49 +09:00
Takeshi KOMIYA
21ef6b7e0f Fix mypy violation 2017-01-28 20:53:10 +09:00
Takeshi KOMIYA
da15090c83 Update docs for collectors API 2017-01-28 20:44:40 +09:00
Takeshi KOMIYA
851172b13b Reimplement IndexEntriesManager as a collector 2017-01-28 20:44:40 +09:00
Takeshi KOMIYA
e2c7b1db42 Add IndexEntries adapter 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
0b0637deb2 Reimplement ToctreeManager as a collector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
105951cdb2 Add EnvironmentManager.get_updated_docs() to weaken the coupling env modules 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
b2c76f44b6 Add TocTree adapter 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
43b52c85a0 Add TitleCollector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
fc2a78434d Add MetadataCollector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
08766abf52 Add DependenciesCollector 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
d1405e4774 Add sphinx.environment.collectors 2017-01-28 20:43:54 +09:00
Takeshi KOMIYA
0aa6ff3681 Merge pull request #3339 from marco-buttu/master
Added pyversion option for doctest (issue 3303)
2017-01-28 20:34:30 +09:00
Takeshi KOMIYA
e7ca01a965 Merge branch 'master' into master 2017-01-28 20:02:29 +09:00
Takeshi KOMIYA
c7fca4806c Update CHANGES for PR#3359 2017-01-28 19:59:26 +09:00
Takeshi KOMIYA
d1b96871bf Merge branch 'master' of github.com:sphinx-doc/sphinx 2017-01-28 19:58:30 +09:00
Takeshi KOMIYA
50498abe30 Merge pull request #3359 from segevfiner/sphinx-js-in-user-locale-dir
Allow sphinx.js in a user locale dir to override sphinx.js from Sphinx
2017-01-28 19:58:17 +09:00
Takeshi KOMIYA
952161de4e Fix LaTeX: :confval:release is not escaped (refs: #3362) 2017-01-28 19:55:51 +09:00
Takeshi KOMIYA
c6e206699c Merge pull request #3365 from TimKam/2788-improve-templating-options-doc
Improve templating options documentation #2788
2017-01-28 19:49:45 +09:00
Marco Buttu
882bebf90a From version 1.5 to 1.6. Warnings wrapped with locale. 2017-01-26 11:20:24 +01:00
Takeshi KOMIYA
1a2488610d Fix #3370: the caption of code-block is not picked up for translation 2017-01-26 01:57:22 +09:00
Takeshi KOMIYA
cf2061dfad Fix flake8 violations 2017-01-26 01:13:17 +09:00
Marco Buttu
b52118290f In case of wrong option, warn the right reason.
For instance, in case of `:options: +SKIPO` the message
was "missing '+' or '-' in +SKIPO option`. Now it will be
"SKIPO is not a valid option."
2017-01-25 12:26:18 +01:00
Marco Buttu
840f152c93 Preserved alphabetically order in author list 2017-01-24 14:06:59 +01:00
Marco Buttu
fe243bfa80 Added author name and changes (Sphinx 1.5.3) 2017-01-24 13:33:13 +01:00
Marco Buttu
ac896790a0 Merge remote-tracking branch 'upstream/master' 2017-01-24 13:20:03 +01:00
Takeshi KOMIYA
2ffb43e9b7 Fix mypy violations 2017-01-24 02:13:37 +09:00
Takeshi KOMIYA
69e64cfe26 Index.generate() raises NotImplementedError by default 2017-01-24 02:07:04 +09:00
Takeshi KOMIYA
ea9177c803 Fix mypy violations 2017-01-24 02:07:04 +09:00
Takeshi KOMIYA
c2f78b6870 `BuildEnvironment.set_warnfunc()` is now deprecated 2017-01-23 21:52:31 +09:00
Timotheus Kampik
0b4ebbeebb Improve templating options documentation #2788
--
Move `parents`, `prev` & `next` to
*documents that are created from source files* section.
It doesnt make any sens to use them for auto-generated files like index and
search, does it?
Add documentation for `body`, `display_toc`, `metatags` and `title`.
2017-01-22 22:05:35 +01:00
Takeshi KOMIYA
fd2b3ec529 Merge branch 'stable' 2017-01-22 17:36:03 +09:00
Takeshi KOMIYA
2c91a52418 Update release-checklist 2017-01-22 17:30:07 +09:00
Takeshi KOMIYA
f3135280e3 Bump version 2017-01-22 17:29:47 +09:00
Takeshi KOMIYA
b1a3ff61b7 Bump to 1.5.2 final 2017-01-22 17:24:32 +09:00
Takeshi KOMIYA
035ba39c2d Fix mypy violations 2017-01-22 00:46:49 +09:00
jfbu
cf966d4a97 Merge branch 'stable' 2017-01-21 15:21:33 +01:00
jfbu
056b2c145f more precise comments in Sphinx latex style file 2017-01-21 15:20:15 +01:00
Takeshi KOMIYA
07b6f8414e Merge pull request #3354 from HFriberg-mosek/DocFieldTransformer
Set 'document' attribute of new node in DocFieldTransformer
2017-01-21 20:37:22 +09:00