Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix typo in 'emphasize-lines' | Ray Lehtiniemi | 2017-04-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com> | |||||
* | Fix #3108: Show warning if :start-at: and other literalinclude options does ↵ | Takeshi KOMIYA | 2017-03-26 | 1 | -0/+10 | |
| | | | | not match to the text | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix a loop | Takeshi KOMIYA | 2017-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | literalinclude directive allows combination of :pyobject: and :lines: | Takeshi KOMIYA | 2017-02-22 | 1 | -1/+0 | |
| | | ||||||
* | | Show warning if :lines: and :emphasize-lines: get out of range | Takeshi KOMIYA | 2017-02-21 | 1 | -18/+36 | |
| | | ||||||
* | | Fix flake8 violation | Takeshi KOMIYA | 2017-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | Emit warning if over dedent has detected on ``literalinclude`` directive | Takeshi KOMIYA | 2017-02-18 | 1 | -10/+18 | |
| | | ||||||
* | | Fix flake8 violation | Takeshi KOMIYA | 2017-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into refactor_literalinclude | Takeshi KOMIYA | 2017-02-17 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into literalincludelines | Jean-François B | 2017-02-13 | 1 | -5/+17 | |
| |\ \ | ||||||
| * | | | Fix an issue with lineno-start and a flake8 violation | jfbu | 2017-02-10 | 1 | -4/+6 | |
| | | | | ||||||
| * | | | If ``:start-after:`` is used, make ``:lines:`` relative (close: #3412) | jfbu | 2017-02-10 | 1 | -27/+29 | |
| | |/ | |/| | ||||||
* | | | Add testcase for :lineno-match: option | Takeshi KOMIYA | 2017-02-17 | 1 | -7/+7 | |
| | | | ||||||
* | | | parselinenos() raises out of range error | Takeshi KOMIYA | 2017-02-13 | 1 | -5/+1 | |
| | | | ||||||
* | | | Refactor literalinclude directive | Takeshi KOMIYA | 2017-02-12 | 1 | -192/+229 | |
| |/ |/| | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-29 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix #3370: the caption of code-block is not picked up for translation | Takeshi KOMIYA | 2017-01-26 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -3/+3 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | | ||||||
* | | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 1 | -5/+17 | |
|/ | ||||||
* | Merge pull request #2843 from rthardin/issue_625_start_at_end_at | Takeshi KOMIYA | 2016-10-12 | 1 | -6/+30 | |
|\ | | | | | Add :start-at: and :end-at: parameters for literalinclude | |||||
| * | Added :start-at: and :end-at: parameters for literalinclude | Ryan Hardin | 2016-08-10 | 1 | -6/+30 | |
| | | | | | | | | This feature is discussed as part of issue #625. | |||||
* | | Fix #2931: code-block directive with same :caption: causes warning of ↵ | Takeshi KOMIYA | 2016-09-17 | 1 | -2/+0 | |
| | | | | | | | | duplicate target | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-08-18 | 1 | -2/+15 | |
|\ \ | |/ |/| | ||||||
| * | Fix parsing errors for caption of code-blocks are displayed in document ↵ | Takeshi KOMIYA | 2016-08-12 | 1 | -2/+15 | |
| | | | | | | | | (ref: #2845) | |||||
* | | Closes #2799: Sphinx installs roles and directives automatically on ↵ | Takeshi KOMIYA | 2016-07-28 | 1 | -5/+6 | |
| | | | | | | | | | | | | importing sphinx module. Now Sphinx installs them on running application. | |||||
* | | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -9/+5 | |
|/ | ||||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #1790 literalinclude strips empty lines at the head and tail | Takeshi KOMIYA | 2015-04-02 | 1 | -9/+0 | |
| | | ||||||
* | | Fix #2113: Allow ``:class:`` option to code-block directive | Takeshi KOMIYA | 2015-12-20 | 1 | -0/+4 | |
| | | ||||||
* | | Fix #1790 literalinclude strips empty lines at the head and tail | Takeshi KOMIYA | 2015-03-31 | 1 | -9/+0 | |
|/ | ||||||
* | Fix #1770: regard empty file as an empty string | Takayuki Hirai | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | refs #1742: `:name:` option is provided for `toctree`, `code-block` and ↵ | shimizukawa | 2015-03-08 | 1 | -4/+15 | |
| | | | | `literalinclude` dirctives. | |||||
* | Closes #1630: resolve CSS conflicts, ``div.container`` css target for ↵ | shimizukawa | 2015-02-23 | 1 | -1/+2 | |
| | | | | literal block wrapper now renamed to ``div.literal-block-wrapper``. | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | fix line separator issue | Jeppe Pihl | 2014-10-06 | 1 | -3/+4 | |
| | | ||||||
* | | fixed bugs, and extended unit test to catch them again if they reappear | Jeppe Pihl | 2014-10-06 | 1 | -3/+4 | |
| | | ||||||
* | | merge | Jeppe Pihl | 2014-10-06 | 1 | -4/+7 | |
|\ \ | ||||||
| * | | Fix. <caption> node should not include <paragraph> block element as a result ↵ | Takayuki Shimizukawa | 2014-10-06 | 1 | -4/+7 | |
| | | | | | | | | | | | | of nested_parse. | |||||
* | | | fixed issues with line numbering not being showed correctly. | Jeppe Pihl | 2014-10-02 | 1 | -17/+39 | |
| | | | ||||||
* | | | fix pep8 warnings | Jeppe Pihl | 2014-10-01 | 1 | -8/+8 | |
| | | | ||||||
* | | | #1583: Allow the line numbering of the directive `literalinclude` to match ↵ | Jeppe Pihl | 2014-09-30 | 1 | -11/+24 | |
|/ / | | | | | | | that of the included file, using a new ``lineno-match`` option. |