| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 4 | -4/+4 |
| | | |||||
| * | Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty | Takeshi KOMIYA | 2018-12-17 | 2 | -2/+2 |
| | | |||||
| * | Fix #5557: quickstart: --no-batchfile isn't honored | Takeshi KOMIYA | 2018-11-01 | 1 | -5/+5 |
| | | |||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-10-16 | 1 | -2/+2 |
| | | |||||
| * | Fix #5418: Incorrect default path for sphinx-build -d/doctrees files | Takeshi KOMIYA | 2018-09-13 | 1 | -1/+1 |
| | | |||||
| * | Fix #5127: quickstart: ``Makefile`` and ``make.bat`` are not overwritten if ↵ | Takeshi KOMIYA | 2018-09-03 | 1 | -1/+1 |
| | | | | | exists | ||||
| * | Merge branch '1.7' into 1.8 | Takeshi KOMIYA | 2018-08-29 | 1 | -2/+10 |
| |\ | |||||
| | * | Fix #5335: quickstart: escape sequence has been displayed with MacPorts' python | Takeshi KOMIYA | 2018-08-25 | 1 | -2/+10 |
| | | | |||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-08-19 | 1 | -1/+7 |
| |\ \ | |/ | |||||
| | * | Fix #5294: sphinx-quickstart blank prompts in PowerShell | Takeshi KOMIYA | 2018-08-17 | 1 | -1/+7 |
| | | | |||||
| * | | Fix #4911: Allow make latexpdf on Windows | Takeshi KOMIYA | 2018-08-13 | 1 | -4/+14 |
| | | | |||||
| * | | quickstart: epub builder is enabled by default | Takeshi KOMIYA | 2018-08-05 | 1 | -8/+0 |
| | | | |||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-08-04 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| * | | Merge branch 'master' into 4614_keep_going | Takeshi KOMIYA | 2018-07-31 | 2 | -1/+166 |
| |\ \ | |||||
| | * | | Move sphinx.make_mode to under sphinx.cmd | Takeshi KOMIYA | 2018-07-29 | 2 | -1/+166 |
| | | | | |||||
| * | | | Closes #4614: sphinx-build: Add :option:`--keep-going` option to show all ↵ | Takeshi KOMIYA | 2018-07-23 | 1 | -1/+3 |
| |/ / | | | | | | | warnings | ||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-07-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix sphinx-build: ``sphinx.cmd.build.main()`` refers ``sys.argv`` instead of ↵ | Takeshi KOMIYA | 2018-06-30 | 1 | -1/+1 |
| | | | | | | | | | given argument | ||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-06-16 | 1 | -4/+10 |
| |\ \ | |/ | |||||
| | * | Fix #5036: quickstart: Typing Ctrl-U clears the whole of line | Takeshi KOMIYA | 2018-06-11 | 1 | -4/+10 |
| | | | |||||
| * | | Let docutils know the location of ``docutils.conf`` for Sphinx | Takeshi KOMIYA | 2018-04-22 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-19 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 2 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 2 | -4/+4 |
| | | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
| * | | Make sphinx-* commands translatable | Takeshi KOMIYA | 2018-03-03 | 2 | -179/+181 |
| | | | |||||
| * | | Supports i18n console output | Takeshi KOMIYA | 2018-02-25 | 2 | -1/+11 |
| | | | |||||
| * | | Merge branch 'master' into move_cmdline_to_cmd.build | Takeshi KOMIYA | 2018-02-24 | 2 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Merge pull request #4621 from tk0miya/4617_quickstart_argument_required | Takeshi KOMIYA | 2018-02-17 | 1 | -1/+1 |
| | |\ | | | | | | | Fix #4617: quickstart: PROJECT_DIR argument is required | ||||
| | | * | Fix #4617: quickstart: PROJECT_DIR argument is required | Takeshi KOMIYA | 2018-02-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 2 | -4/+4 |
| | |/ | |||||
| * | | Fix mypy violations | Takeshi KOMIYA | 2018-02-17 | 1 | -2/+2 |
| | | | |||||
| * | | Adjust interface to sphinx.cmd.build with 1.7's | Takeshi KOMIYA | 2018-02-17 | 1 | -4/+24 |
| | | | |||||
| * | | Rename sphinx.cmdline to sphinx.cmd.build | Takeshi KOMIYA | 2018-02-17 | 1 | -0/+294 |
| | | | | | | | | | Only doing ``git mv`` to keep git history. | ||||
| * | | Remove sphinx.cmd.build | Takeshi KOMIYA | 2018-02-17 | 1 | -42/+0 |
| |/ | | | | | The preparation of moving ``sphinx.cmdline`` to ``sphinx.cmd.build``, I just removed ``sphinx.cmd.build``. | ||||
| * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -4/+4 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 3 | -3/+3 |
| | | |||||
| * | Merge branch 'stable' | jfbu | 2017-12-18 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | Conflicts: sphinx/apidoc.py sphinx/application.py sphinx/quickstart.py modified: CHANGES modified: doc/config.rst modified: doc/markup/inline.rst modified: sphinx/application.py modified: sphinx/builders/__init__.py modified: sphinx/cmd/quickstart.py modified: sphinx/ext/apidoc.py | ||||
| * | quickstart: Fix make_mode should be chosen by default | Takeshi KOMIYA | 2017-12-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-14 | 1 | -2/+4 |
| | | |||||
| * | quickstart: Rework how we collect extensions | Stephen Finucane | 2017-12-03 | 1 | -61/+38 |
| | | | | | | | | | | | This is a little more flexible than the existing set up and makes maximum use of argparse capabilities. This has the side-effect of no longer including configuration for the 'sphinx.ext.todo' extension when said extension is not enabled. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | quickstart: Rework 'do_prompt' function | Stephen Finucane | 2017-12-03 | 1 | -44/+48 |
| | | | | | | | | The 'd' and 'key' values are used on a single line. Move these outside the function to allow us to do other things with this function. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | quickstart: Simplify --(no-)option handling | Stephen Finucane | 2017-12-03 | 1 | -21/+14 |
| | | | | | | | The standard pattern for doing this is to use a common 'dest'. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | Merge pull request #4173 from eric-wieser/patch-2 | Takeshi KOMIYA | 2017-10-22 | 1 | -15/+15 |
| |\ | | | | | quickstart: fix return type of term_decode | ||||
| | * | fixup | Eric Wieser | 2017-10-20 | 1 | -2/+2 |
| | | | | | | | Warning and missing typing function | ||||
| | * | quickstart: fix return type of term_decode | Eric Wieser | 2017-10-20 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | term_decode is documented as `(unicode) -> unicode`, but actually: * Accepts `bytes` arguments, despite not being documented to * Returns `bytes` when it shouldn't This is extracted from the more controversial #3584 | ||||
| * | | Merge pull request #4097 from stephenfin/argparse-integration | Takayuki SHIMIZUKAWA | 2017-10-21 | 1 | -103/+87 |
| |\ \ | |/ |/| | Fix #3259: Argparse integration | ||||
| | * | sphinx-quickstart: Move parser to a separate function | Stephen Finucane | 2017-10-09 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | For the same reasons as the 'sphinx-apidoc' and 'sphinx-autogen' moves. As before, we also take the opportunity to add a help string. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| | * | sphinx-quickstart: Convert to argparse | Stephen Finucane | 2017-10-09 | 1 | -103/+74 |
| | | | | | | | | | | | | | Nothing unusual to see here. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | | Fix mypy violations | Takeshi KOMIYA | 2017-10-07 | 1 | -2/+2 |
| |/ | |||||
| * | sphinx-quickstart: Move code to 'sphinx.cmd' | Stephen Finucane | 2017-10-02 | 1 | -0/+715 |
| | | | | | | | | | | | | | | | | We're going to move the executable's here (or at least those that part of the core library). The 'sphinx-build' executable was already moved, so lets do 'sphinx-quickstart' next. To avoid breaking packages that are using this feature directly, aliases for the old 'main' method are included. This is based on what Django does [1] and, like Django, will allow us to safely remove the old modules in Sphinx 2.0. [1] https://github.com/django/django/blob/1.11/django/test/runner.py#L688-L695 Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
