summaryrefslogtreecommitdiff
path: root/tests/test_application.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| |
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-0/+2
|\ \ | |/
| * Improve variable names and code styleThomas Robitaille2019-11-121-1/+1
| |
| * Give a warning when extensions are explicitly not parallel safeThomas Robitaille2019-11-121-0/+2
| |
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-8/+1
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-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 KOMIYA2019-02-231-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 buildTakeshi KOMIYA2019-02-201-0/+22
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-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 stringsTakeshi KOMIYA2018-12-161-1/+1
| |
* | Merge branch '1.8'Takeshi KOMIYA2018-11-221-0/+2
|\ \ | |/
| * test: Filter warnings on testingTakeshi KOMIYA2018-11-121-0/+2
| |
* | refactor: Deprecate app._setting_up_extensionTakeshi KOMIYA2018-10-171-1/+2
|/
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-1/+0
|
* Merge branch 'master' into refactor_configTakeshi KOMIYA2018-04-021-22/+0
|\
| * Add a new keyword argument ``override`` to Application APIsTakeshi KOMIYA2018-03-211-22/+0
| |
* | Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-241-1/+1
|/
* Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-3/+12
|
* Merge branch '1.7'Takeshi KOMIYA2018-02-201-3/+2
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-02-191-3/+2
| |
* | Merge branch '1.7-release'Takeshi KOMIYA2018-02-101-2/+4
|\ \ | |/
| * Make the log message more translation-friendlycocoatomo2018-02-071-2/+4
| |
* | Integrate source_suffix and source_parsers (refs: #4474)Takeshi KOMIYA2018-01-251-1/+3
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | Add app.is_parallel_allowed()Takeshi KOMIYA2017-12-301-0/+36
|/
* Add Sphinx own parser (refs: #3816)Takeshi KOMIYA2017-05-281-1/+1
|
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
|
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-2/+0
|
* Rename SphinxFactory class to SphinxComponentRegistryTakeshi KOMIYA2017-04-231-3/+3
|
* Move source_parsers manager to SphinxFactoryTakeshi KOMIYA2017-04-221-10/+3
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Merge branch 'stable'shimizukawa2017-01-071-16/+18
|\ \ | |/
| * pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-10/+3
| |
| * fixshimizukawa2017-01-061-1/+1
| |
| * pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-061-8/+14
| |
* | Use loggersTakeshi KOMIYA2017-01-021-20/+0
| |
* | Add sphinx.util.logging.SafeEncodingWriterTakeshi KOMIYA2017-01-021-17/+0
|/
* Merge branch 'stable' into 1.5-releaseshimizukawa2016-12-041-0/+20
|\
| * Fix #3024, refs #3037: In Python3, application.Sphinx._log crushed when the ↵shimizukawa2016-12-041-0/+20
| | | | | | | | log message cannot be encoded into console encoding.
* | #2597: Show warning messages as darkredTakeshi KOMIYA2016-06-241-4/+5
|/
* add extension blacklist to avoid error when loading deprecated extensionsYoshiki Shibukawa2016-06-021-0/+6
|
* Merge pull request #2209 from tk0miya/2162_add_source_parser_APITakeshi KOMIYA2016-01-171-0/+15
|\ | | | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension
| * Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and ↵Takeshi KOMIYA2016-01-041-0/+15
| | | | | | | | source_parsers from extension
* | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\