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-01-01A happy new year!Takeshi KOMIYA
2021-09-06Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-05-09Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar
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-01A happy new year!Takeshi KOMIYA
2019-07-06Fix #6549: sphinx-build: Escaped characters in error messagesTakeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.cmd.buildTakeshi KOMIYA
2019-06-01Merge branch '2.0.2' into 2.0Takeshi KOMIYA
2019-04-17Fix capitalization to match other messagesjfbu
2019-03-25code snippet should not be a translation targetTakayuki SHIMIZUKAWA
2019-03-17Support --keep-going with BuildDoc setup command (#6180)Daniel Hahler
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-19Replace use of six.text_type with strJon Dufresne
2018-12-18Merge branch '1.8'Takeshi KOMIYA
2018-12-17Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-11-12Remove use of six.binary_typeJon Dufresne
2018-09-13Fix #5418: Incorrect default path for sphinx-build -d/doctrees filesTakeshi KOMIYA
2018-07-30Merge branch 'master' into 4614_keep_goingTakeshi KOMIYA
2018-07-29Move sphinx.make_mode to under sphinx.cmdTakeshi KOMIYA
2018-07-22Closes #4614: sphinx-build: Add :option:`--keep-going` option to show all war...Takeshi KOMIYA
2018-07-15Merge branch '1.7'Takeshi KOMIYA
2018-06-29Fix sphinx-build: ``sphinx.cmd.build.main()`` refers ``sys.argv`` instead of ...Takeshi KOMIYA
2018-04-22Let docutils know the location of ``docutils.conf`` for SphinxTakeshi KOMIYA
2018-03-19Merge branch '1.7'Takeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-02Make sphinx-* commands translatableTakeshi KOMIYA
2018-02-25Supports i18n console outputTakeshi KOMIYA
2018-02-23Merge branch 'master' into move_cmdline_to_cmd.buildTakeshi KOMIYA
2018-02-17Fix mypy violationsTakeshi KOMIYA
2018-02-16Adjust interface to sphinx.cmd.build with 1.7'sTakeshi KOMIYA
2018-02-16Rename sphinx.cmdline to sphinx.cmd.buildTakeshi KOMIYA
2018-02-16Remove sphinx.cmd.buildTakeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-02sphinx-build: Move code out of 'sphinx.__init__'Stephen Finucane