summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Removed ez_setup.pyAlex Gaynor2016-02-131-6/+1
* Fix #2199: Use ``imagesize`` package to obtain size of imagesTakeshi KOMIYA2016-02-101-0/+1
* Merge pull request #2087 from cppformat/optional-rtdTakayuki SHIMIZUKAWA2016-01-151-1/+0
|\
| * Make sphinx_rtd_theme optionalvitaut2015-10-161-1/+0
* | Merge branch 'stable'Takeshi KOMIYA2016-01-111-2/+2
|\ \ | |/ |/|
| * Fix #1820: On Windows, console coloring is broken with colorama version 0.3.3...shimizukawa2016-01-061-2/+2
| * Tune sphinx_rtd_theme versionAnthony Johnson2015-09-131-1/+1
* | Merge pull request #2009 from ProgVal/determinismTakayuki SHIMIZUKAWA2015-09-131-1/+1
|\ \
| * | Make Javascript locale deterministic.Valentin Lorentz2015-08-191-1/+1
* | | Merge pull request #2031 from agjohnson/rtd-theme-versionTakayuki SHIMIZUKAWA2015-09-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Tune sphinx_rtd_theme versionAnthony Johnson2015-09-091-1/+1
| |/
* | Avoid "2.0" version of Babel because it doesn't work with Windows environment...shimizukawa2015-09-131-1/+1
|/
* Merge pull request #1759 from bitprophet/patch-1Takayuki SHIMIZUKAWA2015-03-091-3/+3
|\
| * Version-lock unlocked dependenciesJeff Forcier2015-03-071-3/+3
* | final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-2/+2
|/
* add extras_require for websupport and test.shimizukawa2015-03-071-0/+9
* fix http/httpsshimizukawa2015-02-281-1/+1
* refs #1346. Add new default theme.shimizukawa2015-02-241-0/+2
* Merge branch 'stable'shimizukawa2015-01-061-1/+1
|\
| * Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests...shimizukawa2015-01-061-1/+1
* | Require newer docutils and Pygments.Georg Brandl2015-01-011-2/+2
* | Provides environment marker (PEP-0426) to install colorama on win32 environme...Takayuki Shimizukawa2014-12-131-0/+8
* | add PyPI classifiers for sphinxTakayuki Shimizukawa2014-11-271-0/+4
* | merge with stableTakayuki Shimizukawa2014-09-021-1/+2
|\ \ | |/
| * run `make check` and correct errors.Takayuki Shimizukawa2014-09-011-1/+2
* | Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-1/+6
* | raise six requirement to 1.4+ when UserString was addedanatoly techtonik2014-07-281-1/+1
* | Windows color console support. update for pull request #252.Takayuki Shimizukawa2014-07-051-0/+3
* | * Drop Python-3.2. And now, removing 2to3 mechanism procedure has been comple...Takayuki Shimizukawa2014-05-271-8/+5
* | remove custom_fixers. it is not needed anymore.Takayuki Shimizukawa2014-05-031-1/+1
* | remove 2to3. #1350.Takayuki Shimizukawa2014-05-011-9/+0
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-1/+1
* | merge with stableGeorg Brandl2014-03-251-1/+1
|\ \ | |/
| * Fix: Generated i18n sphinx.js files are missing message catalog entries from...Takayuki Shimizukawa2014-03-211-1/+1
* | Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-1/+1
|\ \
| * \ merge defaultshibukawa yoshiki2014-01-221-6/+6
| |\ \
| * | | add 14 languages search supportshibukawa yoshiki2014-01-201-1/+1
* | | | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-4/+1
|\ \ \ \
| * | | | Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa2013-12-151-4/+1
| | |/ / | |/| |
* | | | merge with stableGeorg Brandl2014-01-221-3/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | remove mention of development egg.Georg Brandl2014-01-221-3/+0
| |/
* | Drop python-3.1 and remove support codesTakayuki Shimizukawa2013-12-151-2/+2
* | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-6/+6
|/
* Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes...Takayuki Shimizukawa2013-10-031-2/+2
* Fix Python version compatibility with Jinja2 2.7. closes #1173Takayuki Shimizukawa2013-05-291-2/+7
* Avoid unknown option warnings for use_2to3 in setup.py under Python 2.Jonathan Waltman2012-11-111-2/+9
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
* setup.py: Update "requires" to docutils>=0.10.0 under Python 3.3Jonathan Waltman2012-11-031-11/+3
* setup.py: Require Docutils >= 0.10 when running under Python >= 3.3Jonathan Waltman2012-11-031-0/+10
* Update required Python to 2.5.Georg Brandl2012-10-301-18/+2