Commit Graph

132 Commits

Author SHA1 Message Date
Takeshi KOMIYA
07c5348a56 Add test_io.py 2017-12-12 18:24:53 +09:00
Takeshi KOMIYA
16c244cd6a Add LoggingReporter.from_reporter() constructor 2017-12-12 18:24:52 +09:00
Takeshi KOMIYA
0e86ff2f11 Refactor sphinx.io; separate FileInput class for each file type 2017-12-12 18:24:52 +09:00
Takeshi KOMIYA
aa4fd0e1b7 refactor sphinx.io; SphinxFileInput can expect that app argument is always available 2017-12-12 18:24:52 +09:00
Takeshi KOMIYA
a0200ad499 Refactor sphinx.io; dependent parser detection from SphinxFileInput 2017-12-12 18:24:52 +09:00
Takeshi KOMIYA
a12399dbe4 Refactor sphinx.io; independ parser generation from reader class 2017-12-12 18:24:52 +09:00
Takeshi KOMIYA
3d8ce5a7c4 Fix mypy violations 2017-11-11 20:56:07 +09:00
Takeshi KOMIYA
e2be2ca77f Move env.warn_and_replace() to SphinxInput class 2017-10-31 23:05:16 +09:00
Takeshi KOMIYA
1200ab48e1 Refactor parsing by docutils 2017-10-31 23:05:10 +09:00
Takeshi KOMIYA
d23f29f301 Refactor publishment 2017-10-31 23:05:07 +09:00
Srinivas Reddy Thatiparthy
04ff790139 remove unnecessary else clauses in for loop 2017-08-19 20:04:47 +05:30
Takeshi KOMIYA
69cf328b8b Add Sphinx own parser (refs: #3816) 2017-05-28 22:34:53 +09:00
Takeshi KOMIYA
72f267c6ae Rename SphinxFactory class to SphinxComponentRegistry 2017-04-23 16:29:38 +09:00
Takeshi KOMIYA
f346e7dc1d Move source_parsers manager to SphinxFactory 2017-04-22 20:04:45 +09:00
Takeshi KOMIYA
f6d9c7d1d1 Merge branch 'master' into 3558_emit_warnings_for_unreferenced_footnotes 2017-04-18 01:08:50 +09:00
Takeshi KOMIYA
8f9dd64992 Merge branch 'stable' 2017-03-26 11:52:15 +09:00
Takeshi KOMIYA
c57e47e042 Year++ 2017-03-26 11:49:34 +09:00
Takeshi KOMIYA
01cb3a75c7 Fix #3558: Emit warnings if footnotes and citations are not referenced 2017-03-18 21:03:16 +09:00
Takeshi KOMIYA
554199d30e Upgrade to mypy-0.5 2017-03-03 23:17:34 +09:00
Takeshi KOMIYA
6fa0262802 Fix mypy violations 2017-02-08 18:38:42 +09:00
Takeshi KOMIYA
fb227f24cb docutils bridge 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
ceec82451b Add type-check annotations to sphinx.* 2016-11-16 12:06:22 +09:00
Takeshi KOMIYA
f8c1c65c21 Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a transform 2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
7c99bd5d18 Separate sphinx.transforms to multiple files 2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
d281a32b3b Refactor sphinx.environment: Reimplement filter_messages() as a transform 2016-09-15 02:29:50 +09:00
Takeshi KOMIYA
9b00c31ee2 Fix #1734: Could not translate the caption of toctree directive 2016-09-01 17:58:24 +09:00
Takeshi KOMIYA
715969a6c3 Refactor sphinx.io.SphinxFileInput 2016-06-12 21:44:25 +09:00
Takeshi KOMIYA
76b9992384 Fix #2633: Sphinx crashes with old styled indices 2016-06-07 11:02:07 +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
shimizukawa
03f061f898 fix for make style-check 2016-02-14 22:06:41 +09:00
shimizukawa
980653f277 Merge with stable
Conflicts:
	sphinx/environment.py
	sphinx/ext/autodoc.py
	sphinx/writers/latex.py
2016-02-09 23:19:49 +09:00
shimizukawa
aefab514e2 Fix #2287: sphinx.transforms.Locale always uses rst parser. Sphinx i18n feature should support parsers that specified source_parsers. 2016-02-09 00:16:46 +09:00