Takeshi KOMIYA
8d96c90fc6
Fix #1462 : autosummary warns for namedtuple with attribute with trailing underscore
2016-08-30 00:37:30 +09:00
Takeshi KOMIYA
e96e627d59
Fix #2874 : gettext builder could not extract all text under the `only` directives
2016-08-27 23:57:49 +09:00
Takeshi KOMIYA
bd22d09f48
Add domain support to support equation cross references (ref: #1210 , #2851 )
2016-08-22 19:58:46 +09:00
Ryan Hardin
560b5725c9
Added :start-at: and :end-at: parameters for literalinclude
...
This feature is discussed as part of issue #625 .
2016-08-10 11:15:10 -04:00
Takeshi KOMIYA
e15216c568
Fix sphinx.ext.autodoc crashes if target code imports * from mock modules by autodoc_mock_imports
2016-08-09 12:20:11 +09:00
Takeshi KOMIYA
253eef9e6a
#2680 : sphinx.ext.todo now emits warnings if todo_emit_warnings enabled
2016-07-16 00:59:02 +09:00
Takeshi KOMIYA
a692009808
Merge branch 'stable'
2016-07-15 00:51:29 +09:00
Takeshi KOMIYA
6686ebf158
Optimized tests: Add test-warnings
2016-07-14 23:12:57 +09:00
Takeshi KOMIYA
47b33e93e5
Optimize tests: test_applehelp_output
2016-07-14 09:41:46 +09:00
Takeshi KOMIYA
c23a59b70c
Optimize tests: test_searchadapters
2016-07-14 02:02:25 +09:00
Takeshi KOMIYA
b95f450452
Optimize tests: test_jsmath
2016-07-14 01:43:25 +09:00
Takeshi KOMIYA
3fb439c476
Optimize tests: test_imgmath_png, test_imgmath_svg
2016-07-14 01:36:40 +09:00
Timotheus Kampik
05ad82ffa8
Merge branch 'master' into fix-stemming-removes-short-words-from-search-results
2016-07-10 11:44:35 +02:00
Takeshi KOMIYA
b21ba65873
Merge pull request #2759 from scop/optimize-images
...
Optimize images
2016-07-08 22:00:19 +09:00
Ville Skyttä
302c695048
Run *.png through zopflipng -m
...
Before: 2334583 bytes
After: 2136324 bytes
2016-07-07 18:34:18 +03:00
Takeshi KOMIYA
5991bbe4ac
Add sphinx.config.ENUM to check the config values is in candidates
2016-07-07 23:42:49 +09:00
Takeshi KOMIYA
02dbf860c2
Refactor: Use copy_asset() to copy html_static_path
2016-07-07 00:06:54 +09:00
Takeshi KOMIYA
bb1e6f9044
Refactor: Replace copy_extra_entry() with copy_asset()
2016-07-07 00:02:57 +09:00
Timotheus Kampik
475ebf6c36
Merge branch 'master' into fix-stemming-removes-short-words-from-search-results
2016-06-04 17:35:16 +02:00
Timotheus Kampik
ba64f54e4e
search index: don't stemm words that would be excluded from search index only after stemming #1529
2016-06-04 17:21:11 +02:00
Takeshi KOMIYA
1d17475a08
#2575 : Now `sphinx.ext.graphviz allows :align:` option
2016-05-28 18:29:10 +09:00
Takeshi KOMIYA
771e715f50
`:maxdepth: option of toctree affects secnumdepth` (ref: #2547 )
2016-05-26 23:23:07 +09:00
Takeshi KOMIYA
2578f47664
Merge branch 'stable'
2016-05-26 20:55:26 +09:00
Takeshi KOMIYA
9cd5ba994c
Fix #2445 : rst_prolog and rst_epilog affect to non reST sources
2016-05-25 21:25:04 +09:00
Takeshi KOMIYA
89360dd3f1
Add testcase for rst_prolog and rst_epilog
2016-05-25 21:24:31 +09:00
Takeshi KOMIYA
82ef3b0aeb
Merge pull request #2516 from TimKam/meta-keywords-to-search-index
...
Meta keywords to search index
2016-05-24 11:10:07 +09:00
Takeshi KOMIYA
c9296ba467
Merge branch 'stable'
2016-05-09 10:11:13 +09:00
Timotheus Kampik
01797faede
refactor code/tests: keyword support for search index #2516
2016-05-05 18:09:22 +02:00
Takeshi KOMIYA
20719f0b00
Merge pull request #2503 from JojoBoulix/stable
...
Extend SOURCE_DATE_EPOCH support
2016-05-05 22:15:19 +09:00
Takeshi KOMIYA
7c0b7e1ff1
Fix #2526 : LaTeX writer crashes if the section having only images
2016-05-05 16:17:38 +09:00
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
Alexis Bienvenüe
7a89015a54
Corrects copyright year using SOURCE_DATE_EPOCH if set
2016-04-28 23:37:36 +02:00
shimizukawa
132059a253
merge with stable
2016-04-18 14:41:06 +09:00
Takeshi KOMIYA
9a7bbb0947
Add image file for testcase of #2395
2016-04-13 21:30:45 +09:00
shimizukawa
fdaaf020f7
Merge with 'stable'
2016-04-12 22:22:06 +09:00
Takeshi KOMIYA
5b80365409
Merge pull request #2415 from jfbu/jumptorightplace-onstable
...
Fix #2405 and #2414 related to PDF hyperlinks to numbered code listings
2016-04-11 10:53:34 +09:00
jfbu
673222f20a
Added Tests for latex(pdf) links to captioned or named literal blocks
...
As conf.py has now numfig = True, needed to modify accordingly test for
links in html output.
This topic branch fixes #2405 , #2414 , and also makes for latex(pdf)
functional hyperlinks to named references, but only for literal blocks
(code-block or literalinclude).
modified: tests/roots/test-directive-code/caption.rst
modified: tests/roots/test-directive-code/conf.py
new file: tests/roots/test-directive-code/namedblocks.rst
modified: tests/test_directive_code.py
2016-04-10 20:45:59 +02:00
Takeshi KOMIYA
9df7783ba2
Fix #2395 : Sphinx crashs if unicode character in image filename
2016-04-10 20:25:25 +09:00
Takeshi KOMIYA
d86ea47b52
Add `:caption:` option for sphinx.ext.inheritance_diagram
2016-03-11 13:20:05 +09:00
Jellby
ea219a04ed
Move CSS properties to a different variable
2016-03-06 13:49:57 +01:00
Ignacio Fdez. Galván
6e93ba6db8
Merge remote-tracking branch 'upstream/master'
2016-02-29 18:25:26 +01:00
Takeshi KOMIYA
606daeda18
Fix the confval type checker emits warnings if unicode is given to confvals which expects string value
2016-02-23 11:14:58 +09:00
Takeshi KOMIYA
0636d54f6f
`sphinx.ext.graphviz` supports graph substituions by locale
2016-02-22 21:32:06 +09:00
Takeshi KOMIYA
3f0843bca0
Add figure_language_filename to customize filename pattern for figure substitutions
2016-02-22 21:32:05 +09:00
Takeshi KOMIYA
1f5aa28db0
Fix #1921 : Support figure substitutions by locale
2016-02-22 21:32:05 +09:00
Takeshi KOMIYA
46138ca605
Select an image by similarity if multiple images are globbed by `.. image:: filename.*`
...
Until this point, it is used the last image returned from glob.glob().
The order of glob.glob() is determined by filesystem.
After this, Sphinx uses filename similarity to determine the image.
2016-02-22 17:06:35 +09:00
Takeshi KOMIYA
7a4f914f91
Fix #1286 , #2099 : Add `sphinx.ext.autosectionlabel` extension to allow reference sections using its title
2016-02-14 16:30:57 +09:00
Takeshi KOMIYA
492980c23e
Add testcase for PR #2311
2016-02-14 15:06:28 +09:00
Takeshi KOMIYA
2ec60d5919
Fix #1858 : Support numbering custom nodes
2016-02-14 14:49:34 +09:00