Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Use path2doc rather than reinventing the wheel | Stephen Finucane | 2022-09-26 | 1 | -2/+2 |
| | | | | | | | | | | | We already have a helper function that allows us to convert a filename to a "docname". Don't reinvent the wheel and simply use this when building specific files with Sphinx. Note that this does change behavior slightly, insofar as filenames that don't resolve to valid docnames will now be ignored rather than being passed with their suffix and silently ignored later, but that seems sane. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Increase static typing strictness (#10530) | Adam Turner | 2022-06-16 | 1 | -1/+32 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. 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 '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Improve variable names and code style | Thomas Robitaille | 2019-11-12 | 1 | -1/+1 |
| | | |||||
| * | Give a warning when extensions are explicitly not parallel safe | Thomas Robitaille | 2019-11-12 | 1 | -0/+2 |
| | | |||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -8/+1 |
|/ | |||||
* | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 | ||||
* | Ignore filenames without file extension given to ``Builder.build_specific()`` | Takeshi KOMIYA | 2019-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | So far, ``Builder.build_specific()`` accpets filnames without file extension. On the other hand, ``sphinx-build`` command does not accept such files. So the special handling code is only working for 3rd party applications. The behavior is not consistent. In addition, that is not helpful for users. This removes such behavior from builders. This does not change Sphinx application itself. It only effects to the applications which uses the API directly. | ||||
* | Add testcase for specific build | Takeshi KOMIYA | 2019-02-20 | 1 | -0/+22 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-22 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | test: Filter warnings on testing | Takeshi KOMIYA | 2018-11-12 | 1 | -0/+2 |
| | | |||||
* | | refactor: Deprecate app._setting_up_extension | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+2 |
|/ | |||||
* | Fix flake8 violations on tests | Takeshi KOMIYA | 2018-07-28 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-02 | 1 | -22/+0 |
|\ | |||||
| * | Add a new keyword argument ``override`` to Application APIs | Takeshi KOMIYA | 2018-03-21 | 1 | -22/+0 |
| | | |||||
* | | Raise ExtensionError from Config class instead application class | Takeshi KOMIYA | 2018-03-24 | 1 | -1/+1 |
|/ | |||||
* | Change interface of add_source_parser() and add add_source_suffix() | Takeshi KOMIYA | 2018-02-21 | 1 | -3/+12 |
| | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-20 | 1 | -3/+2 |
|\ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -3/+2 |
| | | |||||
* | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-02-10 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Make the log message more translation-friendly | cocoatomo | 2018-02-07 | 1 | -2/+4 |
| | | |||||
* | | Integrate source_suffix and source_parsers (refs: #4474) | Takeshi KOMIYA | 2018-01-25 | 1 | -1/+3 |
|/ | |||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | Add app.is_parallel_allowed() | Takeshi KOMIYA | 2017-12-30 | 1 | -0/+36 |
|/ | |||||
* | Add Sphinx own parser (refs: #3816) | Takeshi KOMIYA | 2017-05-28 | 1 | -1/+1 |
| | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2017-05-09 | 1 | -2/+0 |
| | |||||
* | Rename SphinxFactory class to SphinxComponentRegistry | Takeshi KOMIYA | 2017-04-23 | 1 | -3/+3 |
| | |||||
* | Move source_parsers manager to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 1 | -10/+3 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | shimizukawa | 2017-01-07 | 1 | -16/+18 |
|\ \ | |/ | |||||
| * | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -10/+3 |
| | | |||||
| * | fix | shimizukawa | 2017-01-06 | 1 | -1/+1 |
| | | |||||
| * | pytest: remove deprecated raises and raises_msg assert functions | shimizukawa | 2017-01-06 | 1 | -8/+14 |
| | |