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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option
Takeshi KOMIYA
2020-10-26
1
-0
/
+4
*
Merge pull request #8334 from mgeier/doc-favicon
Takeshi KOMIYA
2020-10-25
2
-0
/
+9
|
\
|
*
DOC: Add favicon
Matthias Geier
2020-10-24
2
-0
/
+9
*
|
Fix docs type: "the builder builders" → "builders"
Jon Dufresne
2020-10-24
1
-2
/
+2
|
/
*
Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc
Takeshi KOMIYA
2020-10-24
1
-0
/
+5
|
\
|
*
Apply suggestions from code review
Thomas Grainger
2020-10-05
1
-1
/
+0
|
*
Fix #8289: Allow to suppress "duplicated ToC entry found" warnings from epub ...
Thomas Grainger
2020-10-05
1
-0
/
+6
*
|
Outdated comment in docs config for intersphinx
François Freitag
2020-10-05
1
-2
/
+0
|
/
*
Merge pull request #8273 from sphinx-doc/7996_man_make_section_directory
Takeshi KOMIYA
2020-10-04
1
-0
/
+6
|
\
|
*
Close #7996: manpage: Add man_make_section_directory
7996_man_make_section_directory
Takeshi KOMIYA
2020-10-03
1
-0
/
+6
*
|
autodoc: deprecate SingledispatchFunctionDocumenter
Takeshi KOMIYA
2020-10-04
1
-0
/
+10
|
/
*
Strip trailing whitespaces and normalize line endings
François Freitag
2020-10-03
4
-5
/
+5
*
Close #6518: autodoc: Add autodoc_type_aliases
Takeshi KOMIYA
2020-10-03
1
-0
/
+38
*
Fix typo: anchestor -> ancestor.
Bradley Dice
2020-09-20
1
-1
/
+1
*
Close #8081: latex: Allow to add LaTeX package until writing tex file
Takeshi KOMIYA
2020-09-21
1
-0
/
+10
*
C, recursive alias declarations
Jakob Lykke Andersen
2020-09-13
1
-0
/
+12
*
Fix some broken links
Patrick Decat
2020-09-03
1
-5
/
+5
*
Fixes minor typo in quickstart.rst
Falko Axmann
2020-08-30
1
-1
/
+1
*
Merge pull request #8140 from chrisjsewell/docs/execution-process
Takeshi KOMIYA
2020-08-22
1
-7
/
+8
|
\
|
*
Correct numbers
Chris Sewell
2020-08-21
1
-6
/
+5
|
*
📚 DOCS: Improve build process overview
Chris Sewell
2020-08-20
1
-1
/
+3
*
|
Add rubric in Getting help
Yves Chevallier
2020-08-15
1
-0
/
+4
*
|
Merge pull request #8058 from nijel/single-domain
Takeshi KOMIYA
2020-08-14
1
-0
/
+6
|
\
\
|
*
|
i18n: Add support for having single text domain
Michal Čihař
2020-08-07
1
-0
/
+6
|
|
/
*
|
Add link to third party themes on GitLab
Matt from Documatt
2020-08-07
1
-1
/
+2
|
/
*
Merge pull request #8047 from cjmayo/typos
Takeshi KOMIYA
2020-08-06
8
-16
/
+29
|
\
|
*
Fix typo sphinx-buid in internationalization figure
Chris Mayo
2020-08-03
3
-7
/
+20
|
*
Fix typos in the documentation
Chris Mayo
2020-08-03
5
-9
/
+9
*
|
Close #6698: doctest: Add :no-trim-doctest-flags: options
Takeshi KOMIYA
2020-08-05
1
-3
/
+18
|
/
*
refactor: autodoc: Add `EMPTY` that matches to no members
Takeshi KOMIYA
2020-08-03
1
-0
/
+5
*
Merge pull request #8035 from tk0miya/8034_argument_for_private-members
Takeshi KOMIYA
2020-08-03
2
-1
/
+19
|
\
|
*
Close #8034: autodoc: :private-member: can take an list of member names
Takeshi KOMIYA
2020-08-02
2
-1
/
+19
*
|
Close #7768: i18n: figure_language_filename supports {docpath} token
Takeshi KOMIYA
2020-08-02
1
-0
/
+5
|
/
*
Merge branch '3.x' into 7993_texinfo_for_nested_desc
Takeshi KOMIYA
2020-08-01
13
-223
/
+560
|
\
|
*
moving extension dev overview
Chris Holdgraf
2020-07-29
3
-4
/
+1
|
*
comments
Chris Holdgraf
2020-07-29
2
-5
/
+22
|
*
rearranging a few docs and small updates
Chris Holdgraf
2020-07-29
6
-24
/
+46
|
*
Update doc/development/tutorials/builders.rst
Chris Holdgraf
2020-07-29
1
-1
/
+1
|
*
flake8
Chris Holdgraf
2020-07-29
2
-4
/
+5
|
*
several documentation improvements to theming, templating, and extension deve...
Chris Holdgraf
2020-07-29
8
-64
/
+290
|
*
Merge pull request #7997 from sphinx-doc/fix/6863
Takeshi KOMIYA
2020-07-25
1
-3
/
+37
|
|
\
|
|
*
fix 6863: add description literalinclude option (start/end have same string)
Yoshiki Shibukawa
2020-07-25
1
-3
/
+37
|
*
|
Update CHANGES for PR #7690
Takeshi KOMIYA
2020-07-25
1
-0
/
+2
|
*
|
Merge pull request #7690 from keewis/transform_numpy_parameter_types
Takeshi KOMIYA
2020-07-25
1
-2
/
+31
|
|
\
\
|
|
*
|
add a section about napoleon_type_aliases to the documentation
Keewis
2020-07-25
1
-1
/
+30
|
|
*
|
update the link to the official docstring guide
Keewis
2020-07-25
1
-1
/
+1
|
|
|
/
|
*
|
Merge pull request #7927 from jnothman/name-case-clash
Takeshi KOMIYA
2020-07-24
1
-0
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add autosummary_filename_map config to avoid clashes
Joel Nothman
2020-07-08
1
-0
/
+9
*
|
|
Fix #7993: texinfo: TypeError is raised for nested object descriptions
Takeshi KOMIYA
2020-07-25
1
-0
/
+5
|
/
/
*
|
Add docs and CHANGES for C changes
Jakob Lykke Andersen
2020-07-14
1
-0
/
+17
[next]