summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* setup.py: Add requires for installation from tarballTakeshi KOMIYA2017-05-261-0/+3
* Refactor setup.pyTakeshi KOMIYA2017-05-261-1/+3
* Do not require typing module for python>=3.5Julien Schueller2017-05-261-1/+2
* Fix #3683: sphinx.websupport module is not provided by defaultTakeshi KOMIYA2017-05-031-1/+3
* make websupport-dependency optionalTakeshi KOMIYA2017-04-291-1/+3
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-221-4/+1
* Builder entry points require pkg_resources/setuptoolsBrecht Machiels2017-04-101-0/+1
* Fix test dependAlexander Shadchin2017-02-261-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-01-291-1/+1
|\
| * Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA2017-01-291-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-071-1/+1
|\ \ | |/
| * Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310)Takeshi KOMIYA2017-01-071-1/+1
* | Merge branch '1.5-release' into mastershimizukawa2016-12-051-1/+1
|\ \ | |/
| * small fix in setup.py and release-checklist.shimizukawa2016-12-041-1/+1
* | Prepare to type-check using mypyTakeshi KOMIYA2016-11-161-0/+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