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
/
sphinx
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mypy violations (with mypy-0.790)
Takeshi KOMIYA
2020-10-24
1
-1
/
+1
*
Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING
Takeshi KOMIYA
2020-08-13
1
-0
/
+6
*
Merge pull request #8095 from keewis/toggle-preprocessor
Takeshi KOMIYA
2020-08-13
2
-6
/
+12
|
\
|
*
default to False and update the tests
Keewis
2020-08-12
1
-3
/
+3
|
*
fix a typo
Keewis
2020-08-10
1
-1
/
+1
|
*
only preprocess if the preprocessor is enabled
Keewis
2020-08-10
1
-5
/
+6
|
*
add a setting to disable the type preprocessor
Keewis
2020-08-10
1
-1
/
+6
*
|
Fix #8091: autodoc: AttributeError is raised on documenting an attribute
Takeshi KOMIYA
2020-08-10
1
-0
/
+6
|
/
*
Merge branch '8084_KeyError_for_broken_class' into 3.2.x
Takeshi KOMIYA
2020-08-10
1
-0
/
+6
|
\
|
*
Fix #8084: autodoc: KeyError is raised on documenting a broken attribute
Takeshi KOMIYA
2020-08-09
1
-0
/
+6
*
|
Fix #8074: napoleon: Crashes during processing C-ext module
Takeshi KOMIYA
2020-08-09
1
-1
/
+4
|
/
*
Merge pull request #8038 from keewis/custom-get_documenter
Takeshi KOMIYA
2020-08-08
1
-2
/
+11
|
\
|
*
update the type hint
Keewis
2020-08-07
1
-1
/
+1
|
*
return a documenter instance instead of just the class
Keewis
2020-08-07
1
-4
/
+4
|
*
add a create_documenter method wrapping get_documenter
Keewis
2020-08-07
1
-1
/
+10
|
*
revert the dispatcher changes
Keewis
2020-08-07
1
-20
/
+1
|
*
Merge branch '3.x' into custom-get_documenter
Keewis
2020-08-02
1
-9
/
+37
|
|
\
|
*
|
fix the calls of the custom documenter functions
Keewis
2020-08-02
1
-2
/
+2
|
*
|
actually use it as a method
Keewis
2020-08-02
1
-1
/
+1
|
*
|
Merge branch '3.x' into custom-get_documenter
Keewis
2020-08-02
3
-6
/
+53
|
|
\
\
|
*
|
|
convert to a method
Keewis
2020-08-02
1
-20
/
+19
|
*
|
|
implement the dispatching
Keewis
2020-08-02
1
-1
/
+21
*
|
|
|
Fix #8041: autodoc: An ivar on super class is not shown unexpectedly
Takeshi KOMIYA
2020-08-08
2
-8
/
+39
*
|
|
|
Fix #7780: napoleon: multiple params declaration was wrongly recognized
Takeshi KOMIYA
2020-08-07
1
-4
/
+9
*
|
|
|
Merge pull request #8049 from keewis/type-preprocessing-without-use_param
Takeshi KOMIYA
2020-08-07
2
-15
/
+7
|
\
\
\
\
|
*
|
|
|
document that we don't require use_param = True anymore
Keewis
2020-08-04
1
-1
/
+1
|
*
|
|
|
preprocess even with napoleon_use_param = False
Keewis
2020-08-04
1
-14
/
+6
*
|
|
|
|
Merge pull request #7799 from keewis/escape-combined-args-kwargs
Takeshi KOMIYA
2020-08-06
1
-3
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
remove the syntax checks from the escape method and update the tests
Keewis
2020-08-05
1
-39
/
+3
|
*
|
|
|
|
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-08-04
4
-33
/
+151
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-07-25
16
-131
/
+427
|
|
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
add tests to make sure the warning is raised
Keewis
2020-07-13
1
-1
/
+1
|
*
|
|
|
|
|
fix the conditions for warning
Keewis
2020-07-13
1
-2
/
+2
|
*
|
|
|
|
|
use inspect.getfile instead
Keewis
2020-07-12
1
-2
/
+2
|
*
|
|
|
|
|
make sure to return None if both path and name are None
Keewis
2020-07-12
1
-1
/
+4
|
*
|
|
|
|
|
add a method to get the current docstring's location
Keewis
2020-07-12
1
-2
/
+7
|
*
|
|
|
|
|
add location information and make sure args and kwargs cannot be swapped
Keewis
2020-07-12
1
-5
/
+19
|
*
|
|
|
|
|
check that we can only combine *args with **kwargs and vice versa
Keewis
2020-06-08
1
-3
/
+28
|
*
|
|
|
|
|
use a alias of the implementation of the base class and add type hints
Keewis
2020-06-08
1
-6
/
+5
|
*
|
|
|
|
|
escape combined args and kwargs for numpy docstrings
Keewis
2020-06-08
1
-0
/
+10
*
|
|
|
|
|
|
Merge pull request #8048 from cjmayo/graphviz
Takeshi KOMIYA
2020-08-06
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Don't copy graphviz.css when building man pages
Chris Mayo
2020-08-05
1
-1
/
+1
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #8025 from tk0miya/6698_no-trim-flags
Takeshi KOMIYA
2020-08-06
1
-1
/
+11
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Close #6698: doctest: Add :no-trim-doctest-flags: options
Takeshi KOMIYA
2020-08-05
1
-1
/
+11
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #8021 from keewis/fix-type-preprocessor
Takeshi KOMIYA
2020-08-05
1
-7
/
+32
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
only allow "default <obj>" and "default: <obj>" for now
Keewis
2020-08-04
1
-4
/
+4
|
*
|
|
|
|
use a regex to decide whether to postprocess a token starting with default
Keewis
2020-08-01
1
-1
/
+4
|
*
|
|
|
|
use a upper-case name for the list of singleton names
Keewis
2020-08-01
1
-2
/
+2
|
*
|
|
|
|
use complex to check for numerical values
Keewis
2020-08-01
1
-1
/
+10
|
*
|
|
|
|
detect `...` as a link
Keewis
2020-08-01
1
-1
/
+1
[next]