summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test dependAlexander Shadchin2017-02-271-1/+1
* Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA2017-01-291-1/+1
* Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310)Takeshi KOMIYA2017-01-071-1/+1
* small fix in setup.py and release-checklist.shimizukawa2016-12-041-1/+1
* Fix flake8 violationTakeshi KOMIYA2016-11-161-0/+1
* Fix #2919: Drop py26 supportTakeshi KOMIYA2016-09-151-3/+3
* Drop python 3.3 supportTakeshi KOMIYA2016-08-301-2/+2
* Merge branch 'stable'Takeshi KOMIYA2016-08-201-1/+1
|\
| * Require six 1.5 for html_parserJulien Schueller2016-08-181-1/+1
* | Add compile_grammar command to setup.py (ref: #2765)Takeshi KOMIYA2016-08-191-5/+26
* | Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)Takeshi KOMIYA2016-07-121-0/+5
* | Handle more file closing with "with"Ville Skyttä2016-07-071-8/+2
* | Use html5lib to parse HTML in tests instead of XMLParserAvram Lubkin2016-05-281-0/+1
* | Merge branch 'stable'Takeshi KOMIYA2016-05-261-5/+12
|\ \ | |/
| * Make our custom compile_catalog command work with Babel 2.3Dmitry Shachnev2016-05-171-5/+12
* | Switch to using requests for better charset detectionDarragh Bailey2016-04-211-0/+1
|/
* 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