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
2022-03-16Merge pull request #10260 from hugovk/colour-env-varsTakeshi KOMIYA
2022-03-12Enable FORCE_COLOR and NO_COLOR for terminal colouringHugo van Kemenade
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-01A happy new year!Takeshi KOMIYA
2021-07-18Improve sphinx.util.console docstringLouis Maddox
2021-03-09refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-06-03Fix mypy violations (with mypy-0.780)Takeshi KOMIYA
2020-03-14Merge pull request #7289 from blueyed/fix-light-colorsTakeshi KOMIYA
2020-03-11Fix mypy violations (with mypy-0.770)Takeshi KOMIYA
2020-03-10Use bright colors instead of boldDaniel Hahler
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-03Migrate to py3 style type annotation: sphinx.util.consoleTakeshi KOMIYA
2019-02-11refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-06-11Fix #5036: quickstart: Typing Ctrl-U clears the whole of lineTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2017-01-07Sphinx.status_iterator() is now deprecatedTakeshi KOMIYA
2016-12-03Adjust code to type annotationTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.utilTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2015-05-18fix some over-broad except: clausesGeorg Brandl
2015-03-08util: pep8 fixesGeorg Brandl
2015-03-07enables flake8 E401: multiple imports on one lineshimizukawa
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-17merge with stableGeorg Brandl
2014-09-17Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl
2014-07-04Update documentation and `sphinx-build -N` option behavior for windows color ...Takayuki Shimizukawa
2014-07-04Windows color console support. update for pull request #252.Takayuki Shimizukawa