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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump to 3.5.1 final
v3.5.1
Takeshi KOMIYA
2021-02-16
2
-19
/
+4
*
Merge pull request #8896 from tk0miya/8883_AttributeError_assigning_annotations
Takeshi KOMIYA
2021-02-16
2
-3
/
+5
|
\
|
*
Fix #8883: autodoc: AttributeError on assigning __annotations__
Takeshi KOMIYA
2021-02-16
2
-3
/
+5
*
|
Merge pull request #8893 from tk0miya/8885_AttributeError_html_context
Takeshi KOMIYA
2021-02-16
2
-2
/
+16
|
\
\
|
|
/
|
/
|
|
*
Fix #8885: html: AttributeError for CSS/JS files on html_context
Takeshi KOMIYA
2021-02-16
2
-2
/
+16
|
*
refactor: html: Fix typo
Takeshi KOMIYA
2021-02-16
1
-1
/
+1
|
/
*
Update CHANGES for PR #8888
Takeshi KOMIYA
2021-02-15
1
-0
/
+2
*
Merge pull request #8892 from tk0miya/8888
Takeshi KOMIYA
2021-02-15
1
-1
/
+5
|
\
|
*
Merge branch '3.5.x' into 8888
Takeshi KOMIYA
2021-02-15
4
-63
/
+153
|
|
\
|
|
/
|
/
|
*
|
Update CHANGES for PR #8886
Takeshi KOMIYA
2021-02-15
1
-0
/
+2
*
|
Merge pull request #8890 from tk0miya/8886
Takeshi KOMIYA
2021-02-15
1
-0
/
+1
|
\
\
|
*
\
Merge branch '3.5.x' into 8886
Takeshi KOMIYA
2021-02-15
2
-63
/
+150
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #8887 from jfbu/adapt_tests_to_pygments_2.8
Takeshi KOMIYA
2021-02-15
2
-63
/
+150
|
\
\
\
|
*
|
|
Adapt our tests to Pygments 2.8.0
jfbu
2021-02-14
2
-63
/
+150
|
/
/
/
|
*
|
Fix #8884: Include sphinx/search/minified-js in the tarball
Dmitry Shachnev
2021-02-14
1
-0
/
+1
|
/
/
|
*
Sometimes _viewcode_modules can be False; don't crash when it is
Dustin Spicuzza
2021-02-15
1
-1
/
+5
|
/
*
Bump version
Takeshi KOMIYA
2021-02-14
2
-3
/
+24
*
Bump to 3.5.0 final
v3.5.0
Takeshi KOMIYA
2021-02-14
2
-33
/
+8
*
Update CHANGES for PR #8867
Takeshi KOMIYA
2021-02-14
1
-0
/
+2
*
Merge pull request #8867 from mitya57/update-stemmer-js
Takeshi KOMIYA
2021-02-14
49
-42879
/
+12835
|
\
|
*
language_data.js_t: Move endif to the right place
Dmitry Shachnev
2021-02-12
1
-1
/
+2
|
*
Embed stemmer code into language_data.js by reading it from minified-js files
Dmitry Shachnev
2021-02-12
2
-7
/
+30
|
*
Remove old minified versions of JS code, embedded in Python files
Dmitry Shachnev
2021-02-12
14
-86
/
+0
|
*
Add minified versions of libstemmer JS files
Dmitry Shachnev
2021-02-12
16
-0
/
+16
|
*
Update non-minified-js to the latest version from snowball v2.1.0
Dmitry Shachnev
2021-02-12
16
-42785
/
+12787
*
|
Merge pull request #8877 from jfbu/latex_better_fix_8838
Jean-François B
2021-02-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix #8838 by forcing horizontal mode before inserting the penalty
jfbu
2021-02-12
1
-1
/
+1
*
|
Merge pull request #8876 from jakobandersen/c_cpp_alias
Jakob Lykke Andersen
2021-02-12
4
-36
/
+186
|
\
\
|
|
/
|
/
|
|
*
mypy fixes
Jakob Lykke Andersen
2021-02-12
2
-2
/
+2
|
*
C++, add noroot option to alias directive
Jakob Lykke Andersen
2021-02-12
3
-30
/
+67
|
*
C, add noroot option to alias directive
Jakob Lykke Andersen
2021-02-12
3
-28
/
+68
|
*
C++, add recursiveness to alias
Jakob Lykke Andersen
2021-02-12
3
-7
/
+62
|
*
C, fixes for alias directive
Jakob Lykke Andersen
2021-02-12
2
-4
/
+22
|
/
*
Merge pull request #8873 from tk0miya/8860_bad_example
Takeshi KOMIYA
2021-02-13
1
-3
/
+3
|
\
|
*
Fix #8860: doc: Usage of recipe directive is wrong
Takeshi KOMIYA
2021-02-12
1
-3
/
+3
*
|
Merge pull request #8839 from tk0miya/refactor_linkcheck9
Takeshi KOMIYA
2021-02-13
1
-12
/
+27
|
\
\
|
*
|
refactor: linkcheck: Remove next_check from Hyperlink object
Takeshi KOMIYA
2021-02-13
1
-12
/
+27
*
|
|
Merge pull request #8858 from tk0miya/refactor_latex_writer
Takeshi KOMIYA
2021-02-13
1
-158
/
+159
|
\
\
\
|
*
|
|
refactor: LaTeX: replace \n\n by a constant BLANKLINE
Takeshi KOMIYA
2021-02-11
1
-15
/
+16
|
*
|
|
refactor: LaTeX: replace \n by a constant CR
Takeshi KOMIYA
2021-02-11
1
-145
/
+145
*
|
|
|
Merge pull request #8866 from tk0miya/8865_IndexInSectionTitleTransform
Takeshi KOMIYA
2021-02-13
2
-2
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
LaTeX: Restructure the index nodes inside title nodes only on LaTeX builds
Takeshi KOMIYA
2021-02-11
2
-2
/
+5
*
|
|
|
Merge pull request #8835 from tk0miya/refactor_linkcheck7
Takeshi KOMIYA
2021-02-12
4
-60
/
+140
|
\
\
\
\
|
*
|
|
|
refactor: linkcheck: Refine the constructor of Checker and CheckWorker
Takeshi KOMIYA
2021-02-12
2
-45
/
+47
|
*
|
|
|
refactor: linkcheck: Separate thread manager feature from builder class
Takeshi KOMIYA
2021-02-12
4
-49
/
+127
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #8869 from tk0miya/8860_recipe_tutorial
Takeshi KOMIYA
2021-02-12
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix #8860: doc: recipe directive crashes with AttributeError
Takeshi KOMIYA
2021-02-11
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Update CHANGES for PR #8868
Takeshi KOMIYA
2021-02-11
1
-0
/
+1
*
|
|
Merge pull request #8868 from emilio/long-result-list-fix
Takeshi KOMIYA
2021-02-11
1
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
searchtools: Don't use slideDown to show search results.
Emilio Cobos Álvarez
2021-02-10
1
-7
/
+7
|
/
/
[next]