summaryrefslogtreecommitdiff
path: root/tests/test_application.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix COM812Adam Turner2023-02-181-1/+1
|
* Use path2doc rather than reinventing the wheelStephen Finucane2022-09-261-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 Turner2022-06-161-1/+32
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* A happy new year!Takeshi KOMIYA2021-01-011-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 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
| |