Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-05-03 | 1 | -1/+1 | |
* | | Let docutils know the location of ``docutils.conf`` for Sphinx | Takeshi KOMIYA | 2018-04-22 | 1 | -1/+2 | |
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 | |
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 | |
* | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-01-31 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -3/+3 | |
* | | Merge pull request #4469 from kurtmckee/use-https-urls | Takeshi KOMIYA | 2018-01-21 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Convert in-code HTTP URL's to HTTPS, including examples | Kurt McKee | 2018-01-20 | 1 | -1/+1 | |
| |/ | ||||||
* | | setuptools: Don't create directories | Stephen Finucane | 2018-01-20 | 1 | -4/+0 | |
* | | app: Centralize directory validation | Stephen Finucane | 2018-01-20 | 1 | -7/+7 | |
|/ | ||||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
* | Fix mypy violations | Takeshi KOMIYA | 2017-12-16 | 1 | -5/+5 | |
* | Refactor patching docutils | Takeshi KOMIYA | 2017-05-28 | 1 | -2/+2 | |
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
* | | setuptools: Support multiple builders | Stephen Finucane | 2017-02-28 | 1 | -22/+31 | |
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Fix #3228: ``build_sphinx`` command crashes when missing dependency | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+1 | |
* | | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 1 | -13/+22 | |
|/ | ||||||
* | Fix #2687: Uninstall sphinx directives and roles after build | Takeshi KOMIYA | 2016-09-21 | 1 | -9/+11 | |
* | setup_command: Instantiate application object inside try-block | Takeshi KOMIYA | 2016-09-14 | 1 | -5/+5 | |
* | #2695: better error handling for setup_command | Takeshi KOMIYA | 2016-09-12 | 1 | -19/+9 | |
* | Add ``--warning-is-error`` option to setup.py command | Tadej Janež | 2016-06-30 | 1 | -2/+6 | |
* | add --pdb support to setuptools command | Gabi Davar | 2016-06-17 | 1 | -5/+16 | |
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
* | final pep8 fixes; reactivate most warnings in flake8 | Georg Brandl | 2015-03-08 | 1 | -5/+4 | |
* | BuildDoc: remove "author" and "date" options | Yclept Nemo | 2015-01-25 | 1 | -7/+0 | |
* | Class "BuildDoc": support "copyright" | Yclept Nemo | 2015-01-25 | 1 | -0/+11 | |
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
* | | Merge with stable | Takayuki Shimizukawa | 2014-08-30 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Now Sphinx exits with non-zero status code if builder status is not success. ... | Takayuki Shimizukawa | 2014-08-29 | 1 | -1/+4 | |
* | | Update documentation and `sphinx-build -N` option behavior for windows color ... | Takayuki Shimizukawa | 2014-07-05 | 1 | -1/+0 | |
* | | tiny fix for py2/py3 compatibility in one source. | Takayuki Shimizukawa | 2014-05-01 | 1 | -3/+2 | |
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -2/+2 | |
* | | introduce the six module and reduce sphinx.util.pycompat implementation. refs... | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 | |
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
* | | merge with stable | Georg Brandl | 2014-01-22 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | setup_command.py: Add missing DistutilsOptionError import | Dmitry Shachnev | 2014-01-21 | 1 | -0/+1 | |
| * | BuildDoc shouldn't fail on Unicode paths. | Sascha Peilicke | 2013-11-13 | 1 | -0/+14 | |
* | | Fix formatting | Dmitry Shachnev | 2014-01-22 | 1 | -2/+2 | |
* | | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -4/+5 | |
|\ \ | ||||||
| * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -4/+5 | |
| |/ | ||||||
* | | BuildDoc shouldn't fail on Unicode paths. | Sascha Peilicke | 2013-11-13 | 1 | -0/+14 | |
|/ | ||||||
* | Fix again: NFC/NFD normalizing problem. Closes #1142 | Takayuki Shimizukawa | 2013-09-18 | 1 | -2/+5 | |
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |