summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-062-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 errorsRaymond Sun2021-06-141-1/+10
|
* Edit messageRaymond Sun2021-06-121-1/+1
|
* Make quickstart just exit without repromptingRaymond Sun2021-06-121-5/+2
|
* Add fixRaymond Sun2021-06-111-1/+1
|
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-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 KOMIYA2021-01-281-1/+5
|\
| * Fix #7118: quickstart: got Mojibake if libreadline unavailableTakeshi KOMIYA2021-01-251-1/+5
| | | | | | | | | | Do not output escape sequence for libreadline (\1 and \2) when libreadline is unavailable.
* | Merge branch '3.x'Takeshi KOMIYA2021-01-014-4/+4
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-014-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 KOMIYA2020-11-123-5/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-113-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 masterTakeshi KOMIYA2020-10-281-1/+3
|\ \ | |/
| * Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA2020-10-261-1/+3
| |
* | Makefiles: Include clean in help messageAaron Carlisle2020-10-051-0/+1
| | | | | | | | The make clean help command was missing from all make files.
* | Merge branch '3.x'Takeshi KOMIYA2020-05-172-4/+5
|\ \ | |/
| * Resolve with absolute path casting.Álvaro Mondéjar2020-05-161-2/+1
| |
| * Fix py35 incompatibility with PosixPathÁlvaro Mondéjar2020-05-111-1/+1
| |
| * Fix multiple directory creation on quickstart script called with nested ↵Álvaro Mondéjar2020-05-101-0/+2
| | | | | | | | relative path.
| * Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar2020-05-092-4/+4
| |
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
| |
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-40/+2
|/
* refactor: Import libraries at the top of script (if no reason)Takeshi KOMIYA2020-03-211-3/+2
|
* Ignore bdb.BdbQuit when handling exceptionsDaniel Hahler2020-03-101-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-casedRafael Fontenelle2020-03-081-1/+1
|
* Merge branch '2.0'Takeshi KOMIYA2020-01-014-4/+4
|\
| * A happy new year!Takeshi KOMIYA2020-01-014-4/+4
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-12-221-5/+5
|\ \ | |/
| * Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-5/+5
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-10-061-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-07-131-1/+1
|\ \ | |/
| * Fix #6549: sphinx-build: Escaped characters in error messagesTakeshi KOMIYA2019-07-061-1/+1
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-07-013-85/+40
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.cmd.make_modeTakeshi KOMIYA2019-06-301-25/+11
| |
| * Migrate to py3 style type annotation: sphinx.cmd.quickstartTakeshi KOMIYA2019-06-301-44/+22
| |
| * Migrate to py3 style type annotation: sphinx.cmd.buildTakeshi KOMIYA2019-06-301-16/+7
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-06-151-1/+1
|\ \ | |/
| * Fix #6464: updated invalid links of language codes in quickstart and all ↵Bingyao Liu2019-06-091-1/+1
| | | | | | | | locale po files
* | Merge branch '2.0'Takeshi KOMIYA2019-06-022-2/+2
|\ \ | |/
| * Merge branch '2.0.2' into 2.0Takeshi KOMIYA2019-06-022-2/+2
| |\
| | * Fix capitalization to match other messagesjfbu2019-04-171-1/+1
| | |
| | * Fix the string in quickstart for 'path' argument of parserjfbu2019-04-141-1/+1
| | |
| | * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-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 KOMIYA2019-04-141-0/+8
|\ \ \ | |/ /
| * | Fix #6271: make clean is catastrophically broken if building into '.'Takeshi KOMIYA2019-04-131-0/+8
| | |
* | | refactor quickstartTakeshi KOMIYA2019-04-011-80/+76
|/ /
* | code snippet should not be a translation targetTakayuki SHIMIZUKAWA2019-03-251-1/+1
| |
* | Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-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 Hahler2019-03-171-1/+1
|/ | | | | * Support --keep-going with BuildDoc setup command This allows for `tox -e docs -- -n -W --keep-going`.