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
2020-05-16Resolve with absolute path casting.Álvaro Mondéjar
2020-05-11Fix py35 incompatibility with PosixPathÁlvaro Mondéjar
2020-05-11Fix multiple directory creation on quickstart script called with nested relat...Álvaro Mondéjar
2020-05-09Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-03-21refactor: Import libraries at the top of script (if no reason)Takeshi KOMIYA
2020-03-10Ignore bdb.BdbQuit when handling exceptionsDaniel Hahler
2020-03-09build: start description lower-casedRafael Fontenelle
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-22Merge branch '2.0'Takeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-10-06Merge branch '2.0'Takeshi KOMIYA
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-07-13Merge branch '2.0'Takeshi KOMIYA
2019-07-06Fix #6549: sphinx-build: Escaped characters in error messagesTakeshi KOMIYA
2019-06-30Merge branch '2.0'Takeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.cmd.make_modeTakeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.cmd.quickstartTakeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.cmd.buildTakeshi KOMIYA
2019-06-15Merge branch '2.0'Takeshi KOMIYA
2019-06-09Fix #6464: updated invalid links of language codes in quickstart and all loca...Bingyao Liu
2019-06-01Merge branch '2.0'Takeshi KOMIYA
2019-06-01Merge branch '2.0.2' into 2.0Takeshi KOMIYA
2019-04-17Fix capitalization to match other messagesjfbu
2019-04-14Fix the string in quickstart for 'path' argument of parserjfbu
2019-04-14Merge branch '2.0'Takeshi KOMIYA
2019-04-13Fix #6271: make clean is catastrophically broken if building into '.'Takeshi KOMIYA
2019-03-31refactor quickstartTakeshi KOMIYA
2019-03-25code snippet should not be a translation targetTakayuki SHIMIZUKAWA
2019-03-18Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-17Support --keep-going with BuildDoc setup command (#6180)Daniel Hahler
2019-02-11Closes #4148: quickstart: some questions are removedTakeshi KOMIYA
2019-02-11refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA
2019-02-11Remove unused template variablesTakeshi KOMIYA
2019-01-03refactor: Use repr() to make escaped string in template for conf.pyTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-18Merge branch '1.8'Takeshi KOMIYA
2018-12-17Deprecate quickstart.term_decode() and remove internal usesJon Dufresne
2018-12-17Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-16Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne