summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-3/+3
* Spelling (language)Adam Turner2022-05-301-1/+1
* Update testAdam Turner2022-05-281-4/+4
* Update warning, revert my original warning patchAdam Turner2022-05-281-8/+10
* Add warningAdam Turner2022-05-281-0/+16
* Fix case where language isn't setAdam Turner2022-05-281-0/+14
* Add testAdam Turner2022-05-271-0/+14
* `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-271-3/+3
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-2/+1
* Fix module docstring indentationAdam Turner2022-02-201-3/+3
* 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
* refactor: Do config file existence check in Config.read()Takeshi KOMIYA2021-05-161-0/+5
* add tests for nitpick_ignore_regexruro2021-05-021-0/+43
* add tests for regular nitpick_ignoreruro2021-05-021-0/+31
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-7/+7
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-2/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean valueTakeshi KOMIYA2019-12-151-0/+14
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-4/+6
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-1/+1
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-3/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Deprecate sphinx.config.string_classes; remove all internal usesJon Dufresne2018-12-161-7/+3
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-10/+10
* | Improve error message when config fails type checkPaul Melnikow2018-10-021-0/+21
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-16/+2
|\ \
| * \ Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-15/+1
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-15/+1
| | |/
| * | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-1/+1
|/
* Check latex_elements at config-inited eventTakeshi KOMIYA2018-07-291-2/+2
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-6/+6
* Fix make_app() fixture fails to rollback registered roles on creating multipl...Takeshi KOMIYA2018-05-171-6/+0
* Rename Config.read_from_py() to Config.read()Takeshi KOMIYA2018-04-281-4/+4
* Rename Config.read() to Config.from_conf_py()Takeshi KOMIYA2018-04-011-4/+4
* Now Config.read() takes a filename instead (dirname, filename)Takeshi KOMIYA2018-03-281-4/+4
* Deprecate Config.check_types()Takeshi KOMIYA2018-03-241-6/+6
* Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-241-9/+13
* refactor testcase for configTakeshi KOMIYA2018-03-231-60/+105
* Refactor: Add Config.read() as a constructorTakeshi KOMIYA2018-03-231-4/+4
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+2
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\