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-05-13FIX : fix syntax error in python 3.5Thomas A Caswell
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
2011-09-22Add changelog entry for emphasize-lines and some coding style fixes.Georg Brandl
2011-07-07PygmentsBridge: pass keyword arguments to PygmentsMark Lodato
2011-07-07PygmentsBridge: construct new formatter each timeMark Lodato
2011-01-09changeset: 3201:2a38261315baGeorg Brandl
2011-01-04Add ``pyramid`` theme.Georg Brandl
2011-01-04merge with 1.0Georg Brandl
2011-01-04New year update.Georg Brandl
2010-10-22merge with 1.0Georg Brandl
2010-10-22#534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl
2010-08-05merge with 1.0Georg Brandl
2010-08-05Fix unwanted styling of C domain references (because of a namespace clash wit...Georg Brandl
2010-05-30encode source code for parsing only on python 2.xDaniel Neuhäuser
2010-05-30Check if a string is not unicode as a workaround for 3.xDaniel Neuhäuser
2010-04-06merge with 0.6Georg Brandl
2010-04-04Add warning facility on unknown Pygments lexer names.Georg Brandl
2010-01-06merge with 0.6Georg Brandl
2010-01-06Restore compatibility with Pygments >= 1.2.Georg Brandl
2010-01-01merge with 0.6Georg Brandl
2010-01-01Happy new year!Georg Brandl
2009-11-08#265: restore Jython compatibility.Georg Brandl