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
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-10Add mypy annotationsTakeshi KOMIYA
2017-01-02Use sphinx.util.logging instead app.warn()Takeshi KOMIYA
2016-12-20Merge branch 'stable'Takeshi KOMIYA
2016-12-20Fix the warning type ``misc.highlighting_failure`` does not workTakeshi KOMIYA
2016-12-05Merge branch '1.5-release' into mastershimizukawa
2016-12-03Fix #3185: Add new warning type ``misc.highlighting_failure``Takeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-02-19Highlighting fallbacks by defaultTakeshi KOMIYA
2016-02-16Fix code-block literals raises highlighting warnings by defaultTakeshi KOMIYA
2016-02-14The default highlight language is now Python 3.Georg Brandl
2016-01-18Merge branch 'stable'Takeshi KOMIYA
2016-01-18Fix #1565: Show warning if Pygments throws an ErrorTokenTakeshi KOMIYA
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2015-05-13FIX : fix syntax error in python 3.5Thomas A Caswell
2015-04-02Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA
2015-03-31Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA
2015-03-08pep8 fixesGeorg Brandl
2015-01-18Fix #1620: Use VerbatimBorderColor to add frame to code-block in LaTeXTakeshi KOMIYA
2015-01-06highlighting: fix potential TypeErrorGeorg Brandl
2015-01-05Add highlight_options configuration valueEricFromCanada
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-08Add frame to code-block in LaTeXtk0miya
2014-09-21Make pygments unconditional, it is required by setup.py anyway.Georg Brandl
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-25merge with stableGeorg Brandl
2014-03-25Closes #636: Keep straight single quotes in literal blocks in the LaTeX build.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-15merge headsTakayuki Shimizukawa
2014-01-11Closes #845: In code blocks, when the selected lexer fails, display line numb...Georg Brandl
2013-12-15Drop python-3.1 and remove support codesTakayuki Shimizukawa
2013-12-15Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa
2013-01-02Copyright update.Georg Brandl
2012-10-28Only select 3.x versions.Georg Brandl
2012-10-28Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)Georg Brandl
2012-08-19Closes #905: work around Pygments bug returning str instead of Unicode from L...Georg Brandl
2012-05-03fix for Python3.1: Python 3.1 can't proceess '\r' at parser; `parser.suite("p...Takayuki Shimizukawa
2012-01-29Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl
2012-01-29Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl
2011-09-25More version-compatibility hack removals.Georg Brandl
2011-09-25Remove compatibility code for Pygments < 1.2.Georg Brandl