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-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-09-06Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne
2021-06-14Fix flake8 errorsRaymond Sun
2021-06-11Edit messageRaymond Sun
2021-06-11Make quickstart just exit without repromptingRaymond Sun
2021-06-11Add fixRaymond Sun
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-25Fix #7118: quickstart: got Mojibake if libreadline unavailableTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-10-27Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-25Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA
2020-05-17Merge branch '3.x'Takeshi KOMIYA
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-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
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-06-30Merge branch '2.0'Takeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.cmd.quickstartTakeshi 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-04-14Fix the string in quickstart for 'path' argument of parserjfbu
2019-03-31refactor quickstartTakeshi KOMIYA
2019-03-18Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-02-11Closes #4148: quickstart: some questions are removedTakeshi 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