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
2016-05-17Make our custom compile_catalog command work with Babel 2.3Dmitry Shachnev
2016-02-13Removed ez_setup.pyAlex Gaynor
2016-02-09Fix #2199: Use ``imagesize`` package to obtain size of imagesTakeshi KOMIYA
2016-01-15Merge pull request #2087 from cppformat/optional-rtdTakayuki SHIMIZUKAWA
2016-01-10Merge branch 'stable'Takeshi KOMIYA
2016-01-06Fix #1820: On Windows, console coloring is broken with colorama version 0.3.3...shimizukawa
2015-10-16Make sphinx_rtd_theme optionalvitaut
2015-09-13Merge pull request #2009 from ProgVal/determinismTakayuki SHIMIZUKAWA
2015-09-13Tune sphinx_rtd_theme versionAnthony Johnson
2015-09-13Merge pull request #2031 from agjohnson/rtd-theme-versionTakayuki SHIMIZUKAWA
2015-09-13Avoid "2.0" version of Babel because it doesn't work with Windows environment...shimizukawa
2015-09-09Tune sphinx_rtd_theme versionAnthony Johnson
2015-08-19Make Javascript locale deterministic.Valentin Lorentz
2015-03-09Merge pull request #1759 from bitprophet/patch-1Takayuki SHIMIZUKAWA
2015-03-08final pep8 fixes; reactivate most warnings in flake8Georg Brandl
2015-03-07Version-lock unlocked dependenciesJeff Forcier
2015-03-07add extras_require for websupport and test.shimizukawa
2015-02-27fix http/httpsshimizukawa
2015-02-23refs #1346. Add new default theme.shimizukawa
2015-01-06Merge branch 'stable'shimizukawa
2015-01-06Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests...shimizukawa
2015-01-01Require newer docutils and Pygments.Georg Brandl
2014-12-13Provides environment marker (PEP-0426) to install colorama on win32 environme...Takayuki Shimizukawa
2014-11-27add PyPI classifiers for sphinxTakayuki Shimizukawa
2014-09-01merge with stableTakayuki Shimizukawa
2014-09-01run `make check` and correct errors.Takayuki Shimizukawa
2014-08-03Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa
2014-07-28raise six requirement to 1.4+ when UserString was addedanatoly techtonik
2014-07-04Windows color console support. update for pull request #252.Takayuki Shimizukawa
2014-05-27* Drop Python-3.2. And now, removing 2to3 mechanism procedure has been comple...Takayuki Shimizukawa
2014-05-03remove custom_fixers. it is not needed anymore.Takayuki Shimizukawa
2014-05-01remove 2to3. #1350.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-21 Fix: Generated i18n sphinx.js files are missing message catalog entries from...Takayuki Shimizukawa
2014-03-04Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl
2014-03-01Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl
2014-01-22merge with stableGeorg Brandl
2014-01-22remove mention of development egg.Georg Brandl
2014-01-22merge defaultshibukawa yoshiki
2014-01-20add 14 languages search supportshibukawa yoshiki
2013-12-15Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa
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-10-03Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes...Takayuki Shimizukawa
2013-05-29Fix Python version compatibility with Jinja2 2.7. closes #1173Takayuki Shimizukawa
2012-11-11Avoid unknown option warnings for use_2to3 in setup.py under Python 2.Jonathan Waltman
2012-11-04Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl
2012-11-03setup.py: Update "requires" to docutils>=0.10.0 under Python 3.3Jonathan Waltman
2012-11-03setup.py: Require Docutils >= 0.10 when running under Python >= 3.3Jonathan Waltman