index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint with `flake8-bugbear` (#10602)
danieleades
2022-07-12
1
-3
/
+3
*
Spelling (language)
Adam Turner
2022-05-30
1
-1
/
+1
*
Update test
Adam Turner
2022-05-28
1
-4
/
+4
*
Update warning, revert my original warning patch
Adam Turner
2022-05-28
1
-8
/
+10
*
Add warning
Adam Turner
2022-05-28
1
-0
/
+16
*
Fix case where language isn't set
Adam Turner
2022-05-28
1
-0
/
+14
*
Add test
Adam Turner
2022-05-27
1
-0
/
+14
*
`.write_text(...)` -> `.write_text(..., encoding='utf8')`
Adam Turner
2022-04-27
1
-3
/
+3
*
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
*
Conform to PEP 257 summary line conventions
Adam Turner
2022-02-20
1
-2
/
+1
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-3
/
+3
*
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
*
refactor: Do config file existence check in Config.read()
Takeshi KOMIYA
2021-05-16
1
-0
/
+5
*
add tests for nitpick_ignore_regex
ruro
2021-05-02
1
-0
/
+43
*
add tests for regular nitpick_ignore
ruro
2021-05-02
1
-0
/
+31
*
Close #8326: Rename master_doc to root_doc
Takeshi KOMIYA
2021-02-28
1
-7
/
+7
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Sort imports with isort
François Freitag
2020-11-11
1
-2
/
+2
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean value
Takeshi KOMIYA
2019-12-15
1
-0
/
+14
*
Fix #6140: Use unittest.mock instead of mock
Takeshi KOMIYA
2019-03-08
1
-4
/
+6
*
encoding keyword for path.text() and path.write_text() is no longer needed
Takeshi KOMIYA
2019-01-03
1
-1
/
+1
*
Remove coding magic comments from tests
Takeshi KOMIYA
2019-01-02
1
-3
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
|
Deprecate sphinx.config.string_classes; remove all internal uses
Jon Dufresne
2018-12-16
1
-7
/
+3
|
/
/
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-10
/
+10
*
|
Improve error message when config fails type check
Paul Melnikow
2018-10-02
1
-0
/
+21
*
|
Merge branch 'master' into change_master_doc_to_index
Takeshi KOMIYA
2018-09-29
1
-16
/
+2
|
\
\
|
*
\
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-15
/
+1
|
|
\
\
|
|
*
|
refactoring: Drop PY2 and PY3 flags
Takeshi KOMIYA
2018-09-22
1
-15
/
+1
|
|
|
/
|
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
|
|
/
*
|
The default setting for master_doc is changed to 'index'
Takeshi KOMIYA
2018-09-04
1
-1
/
+1
|
/
*
Check latex_elements at config-inited event
Takeshi KOMIYA
2018-07-29
1
-2
/
+2
*
Fix flake8 violations on tests
Takeshi KOMIYA
2018-07-28
1
-6
/
+6
*
Fix make_app() fixture fails to rollback registered roles on creating multipl...
Takeshi KOMIYA
2018-05-17
1
-6
/
+0
*
Rename Config.read_from_py() to Config.read()
Takeshi KOMIYA
2018-04-28
1
-4
/
+4
*
Rename Config.read() to Config.from_conf_py()
Takeshi KOMIYA
2018-04-01
1
-4
/
+4
*
Now Config.read() takes a filename instead (dirname, filename)
Takeshi KOMIYA
2018-03-28
1
-4
/
+4
*
Deprecate Config.check_types()
Takeshi KOMIYA
2018-03-24
1
-6
/
+6
*
Raise ExtensionError from Config class instead application class
Takeshi KOMIYA
2018-03-24
1
-9
/
+13
*
refactor testcase for config
Takeshi KOMIYA
2018-03-23
1
-60
/
+105
*
Refactor: Add Config.read() as a constructor
Takeshi KOMIYA
2018-03-23
1
-4
/
+4
*
Fix flake8 violations
Takeshi KOMIYA
2018-02-19
1
-2
/
+2
*
Merge branch 'happy_new_year' into master
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
|
\
[next]