Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-12Fix #1994: More supporting non-standard parser (like recommonmark parser) for...shimizukawa
2015-04-02Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA
2015-03-14Fix #1770: regard empty file as an empty stringTakayuki Hirai
2015-03-08final pep8 fixes; reactivate most warnings in flake8Georg Brandl
2015-03-08more pep8 fixesGeorg Brandl
2015-03-08refs #1700: fix: toctree caption accepts unicode text.shimizukawa
2015-03-08refs #1742: `:name:` option is provided for `toctree`, `code-block` and `lite...shimizukawa
2015-03-08refs #1700: now toctree caption become paragraph block instead of Text under ...shimizukawa
2015-03-08rename `name` option for toctree directive to `caption`.shimizukawa
2015-03-08Merge pull request #1700 from ericholscher/toctree-nameTakayuki SHIMIZUKAWA
2015-02-27Merge branch 'source_suffix'shimizukawa
2015-02-22Closes #1630: resolve CSS conflicts, ``div.container`` css target for literal...shimizukawa
2015-02-08source_suffix can now be a list.Georg Brandl
2015-01-25Fix traceback with duplicate toctree entries.Georg Brandl
2015-01-25Fixes #1690: toctrees with ``glob`` option now can also contain entries for s...Georg Brandl
2015-01-09Add initial ability to output a nameEric Holscher
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-06fix line separator issueJeppe Pihl
2014-10-06fixed bugs, and extended unit test to catch them again if they reappearJeppe Pihl
2014-10-06mergeJeppe Pihl
2014-10-05Fix. <caption> node should not include <paragraph> block element as a result ...Takayuki Shimizukawa
2014-10-02fixed issues with line numbering not being showed correctly.Jeppe Pihl
2014-10-01fix pep8 warningsJeppe Pihl
2014-09-30#1583: Allow the line numbering of the directive `literalinclude` to match th...Jeppe Pihl
2014-09-26Fix by review commenttk0miya
2014-09-23Merge with defaulttk0miya
2014-09-21Fix a few missing Unicode/bytes filename problems.Georg Brandl
2014-09-19Changing the default role document-locally with the docutils ".. default-role::"Georg Brandl
2014-09-19do nested_parse() :caption: of code-block directivetk0miya
2014-08-20Merge upstream changestk0miya
2014-08-13use six.string_types instead of text_types.shirou
2014-08-12according to comment, move import, use six.text_type, and use 'not'.shirou
2014-08-12fix encoding problem in diff param in literalinclude.shirou
2014-08-11add 'diff' parameter to literalinclude.shirou
2014-08-11Rename :filename: option of code-block directive to :caption:tk0miya
2014-08-10* for pull request #258: update CHANGES, add tests, add a document and refact...Takayuki Shimizukawa
2014-07-28added dedent to codeblockzsiddiqui2
2014-07-28added dedentzsiddiqui2
2014-06-15* fix over 80 chars line and remove unused import.Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-20MergeDmitry Shachnev
2014-01-19Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev
2014-01-19Add :filename: also for literalinclude. Changelog entry.Georg Brandl
2014-01-19Merge in pull request #172 from https://bitbucket.org/nsmgr8/sphinx/branch/de...Georg Brandl
2014-01-12merge with stableGeorg Brandl
2014-01-12Closes #1198: Allow "image" for the "figwidth" option of the :rst:dir:`figure...Georg Brandl