| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | Jon Dufresne | 2021-09-06 | 2 | -2/+2 |
| | | | | | | | https://sphinx-doc.org is unreachable, but is linked from the PyPI page: https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/ instead. | ||||
| * | Fix flake8 errors | Raymond Sun | 2021-06-14 | 1 | -1/+10 |
| | | |||||
| * | Edit message | Raymond Sun | 2021-06-12 | 1 | -1/+1 |
| | | |||||
| * | Make quickstart just exit without reprompting | Raymond Sun | 2021-06-12 | 1 | -5/+2 |
| | | |||||
| * | Add fix | Raymond Sun | 2021-06-11 | 1 | -1/+1 |
| | | |||||
| * | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 1 | -4/+23 |
| | | | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on. | ||||
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-28 | 1 | -1/+5 |
| |\ | |||||
| | * | Fix #7118: quickstart: got Mojibake if libreadline unavailable | Takeshi KOMIYA | 2021-01-25 | 1 | -1/+5 |
| | | | | | | | | | | | Do not output escape sequence for libreadline (\1 and \2) when libreadline is unavailable. | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 4 | -4/+4 |
| |\ \ | |/ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 3 | -5/+4 |
| |\ \ | |/ | |||||
| | * | Sort imports with isort | François Freitag | 2020-11-11 | 3 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
| * | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-28 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option | Takeshi KOMIYA | 2020-10-26 | 1 | -1/+3 |
| | | | |||||
| * | | Makefiles: Include clean in help message | Aaron Carlisle | 2020-10-05 | 1 | -0/+1 |
| | | | | | | | | | The make clean help command was missing from all make files. | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 2 | -4/+5 |
| |\ \ | |/ | |||||
| | * | Resolve with absolute path casting. | Álvaro Mondéjar | 2020-05-16 | 1 | -2/+1 |
| | | | |||||
| | * | Fix py35 incompatibility with PosixPath | Álvaro Mondéjar | 2020-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Fix multiple directory creation on quickstart script called with nested ↵ | Álvaro Mondéjar | 2020-05-10 | 1 | -0/+2 |
| | | | | | | | | | relative path. | ||||
| | * | Fix double space inconsistences in code, CHANGES and translations. | Álvaro Mondéjar | 2020-05-09 | 2 | -4/+4 |
| | | | |||||
| | * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -1/+1 |
| | | | |||||
| * | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -40/+2 |
| |/ | |||||
| * | refactor: Import libraries at the top of script (if no reason) | Takeshi KOMIYA | 2020-03-21 | 1 | -3/+2 |
| | | |||||
| * | Ignore bdb.BdbQuit when handling exceptions | Daniel Hahler | 2020-03-10 | 1 | -0/+5 |
| | | | | | | | | | | | | `bdb.BdbQuit` is used when quitting the debugger. It should not a) cause the debugger to be started (with `-P` / `--pdb`), and b) not a "crash" to be logged. This helps when using `pdb.set_trace()` manually, and quitting it with `q`. It gets used in `build_main`, and `BuildDoc.run` (distutils command). | ||||
| * | build: start description lower-cased | Rafael Fontenelle | 2020-03-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 4 | -4/+4 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 4 | -4/+4 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix #6549: sphinx-build: Escaped characters in error messages | Takeshi KOMIYA | 2019-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-01 | 3 | -85/+40 |
| |\ \ | |/ | |||||
| | * | Migrate to py3 style type annotation: sphinx.cmd.make_mode | Takeshi KOMIYA | 2019-06-30 | 1 | -25/+11 |
| | | | |||||
| | * | Migrate to py3 style type annotation: sphinx.cmd.quickstart | Takeshi KOMIYA | 2019-06-30 | 1 | -44/+22 |
| | | | |||||
| | * | Migrate to py3 style type annotation: sphinx.cmd.build | Takeshi KOMIYA | 2019-06-30 | 1 | -16/+7 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix #6464: updated invalid links of language codes in quickstart and all ↵ | Bingyao Liu | 2019-06-09 | 1 | -1/+1 |
| | | | | | | | | | locale po files | ||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-02 | 2 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Merge branch '2.0.2' into 2.0 | Takeshi KOMIYA | 2019-06-02 | 2 | -2/+2 |
| | |\ | |||||
| | | * | Fix capitalization to match other messages | jfbu | 2019-04-17 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix the string in quickstart for 'path' argument of parser | jfbu | 2019-04-14 | 1 | -1/+1 |
| | | | | |||||
| | | * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-19 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-14 | 1 | -0/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #6271: make clean is catastrophically broken if building into '.' | Takeshi KOMIYA | 2019-04-13 | 1 | -0/+8 |
| | | | | |||||
| * | | | refactor quickstart | Takeshi KOMIYA | 2019-04-01 | 1 | -80/+76 |
| |/ / | |||||
| * | | code snippet should not be a translation target | Takayuki SHIMIZUKAWA | 2019-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | ||||
| * | | Support --keep-going with BuildDoc setup command (#6180) | Daniel Hahler | 2019-03-17 | 1 | -1/+1 |
| |/ | | | | | * Support --keep-going with BuildDoc setup command This allows for `tox -e docs -- -n -W --keep-going`. | ||||
