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
*
Shorten long lines.
v1.0.8
1.0
Georg Brandl
2011-09-23
3
-3
/
+5
*
Add reference to odt2sphinx.
Georg Brandl
2011-09-23
1
-0
/
+3
*
Switch off pagerefs in production lists.
Georg Brandl
2011-09-23
1
-1
/
+2
*
Add note about inclusion with the "include" directive.
Georg Brandl
2011-09-23
1
-0
/
+5
*
Add Elemental.
Georg Brandl
2011-09-23
1
-0
/
+1
*
Fix output for complicated signatures in latex.
Georg Brandl
2011-09-23
1
-4
/
+6
*
Fix index.
Georg Brandl
2011-09-23
1
-1
/
+1
*
Fix #627: Fix tracebacks for AttributeErrors in autosummary generation.
Georg Brandl
2011-09-23
2
-4
/
+11
*
Fix the ``abbr`` role when the abbreviation has newlines in it.
Georg Brandl
2011-09-23
2
-1
/
+3
*
Fix #727: Fix the links to search results with custom object types.
Georg Brandl
2011-09-23
3
-12
/
+23
*
Fix #648: Fix line numbers reported in warnings about undefined references.
Georg Brandl
2011-09-23
20
-93
/
+113
*
Changelog entry for C++ domain changes.
Georg Brandl
2011-09-23
1
-0
/
+3
*
Update release date.
Georg Brandl
2011-09-23
1
-1
/
+1
*
Attach arrays to the name not the type for C++ domain and fixed a few renderi...
Armin Ronacher
2011-09-23
2
-40
/
+98
*
Added support for strings with commas in template definitions.
Armin Ronacher
2011-09-22
2
-1
/
+4
*
Added support for noexcept specifiers
Armin Ronacher
2011-09-22
2
-2
/
+9
*
Small refactoring for how modifiers are parsed in the C++ domain.
Armin Ronacher
2011-09-22
1
-11
/
+10
*
Added support for constexpr in function signatures
Armin Ronacher
2011-09-22
2
-10
/
+19
*
Be explicit about rvalue references.
Armin Ronacher
2011-09-22
2
-2
/
+18
*
Added support for non-name template arguments. This fixes #696
Armin Ronacher
2011-09-22
2
-4
/
+27
*
Support varargs in C++ function signatures.
Chris Pickel
2011-04-19
2
-0
/
+10
*
C++ domain now supports array definitions.
Armin Ronacher
2011-01-07
2
-0
/
+21
*
Fix #609: a bit more spacing for big headings.
Georg Brandl
2011-09-22
1
-0
/
+4
*
Fix #633: Allow footnotes in section headers in LaTeX output.
Georg Brandl
2011-09-22
2
-0
/
+20
*
Fix #616: Allow keywords to be linked via intersphinx.
Georg Brandl
2011-09-22
3
-3
/
+8
*
Fix #613: Allow Unicode characters in production list token names.
Georg Brandl
2011-09-22
3
-2
/
+5
*
Prepare for release 1.0.8.
Georg Brandl
2011-09-22
2
-4
/
+4
*
Fix pyflakes issues.
Georg Brandl
2011-09-22
2
-5
/
+3
*
Fix long line.
Georg Brandl
2011-09-22
1
-1
/
+2
*
Update examples list.
Georg Brandl
2011-09-22
1
-1
/
+9
*
Fix #506: block table alignment problem.
Georg Brandl
2011-09-22
1
-1
/
+1
*
Always close .buildinfo file after reading.
Georg Brandl
2011-09-22
1
-11
/
+13
*
Fix #708: add reference to Pandoc.
Georg Brandl
2011-09-22
1
-0
/
+3
*
Fix #720: add dummy visitor for graphviz nodes for man/text writer.
Georg Brandl
2011-09-22
4
-3
/
+25
*
Fix #704: image file duplication bug.
Georg Brandl
2011-09-22
2
-2
/
+4
*
Fix #677: allow multiple signatures in C++ domain directives.
Georg Brandl
2011-09-22
3
-4
/
+4
*
Update changelog with latest bugfixes.
Georg Brandl
2011-09-22
1
-0
/
+20
*
Fix #637: ignore strange Emacs lock files by default.
Georg Brandl
2011-09-21
1
-1
/
+1
*
Fix #544: allow .pyw extension for importable modules.
Georg Brandl
2011-09-21
1
-0
/
+2
*
Fix #700: use $(MAKE) in quickstart-generated makefile.
Georg Brandl
2011-09-21
1
-1
/
+1
*
Fix #734: make sidebar search box width consistent on all browsers.
Georg Brandl
2011-09-21
4
-2
/
+18
*
e55ca1a50bfe for agogo.
Georg Brandl
2011-09-21
1
-1
/
+0
*
Fix #644: remove "clear: both" for center-aligned figures in HTML.
Georg Brandl
2011-09-21
1
-1
/
+0
*
#316: broader range of exceptions to catch while communicating with subprocess.
Georg Brandl
2011-09-21
1
-1
/
+1
*
Fix #768: whitespace-strip JS function names.
Georg Brandl
2011-09-21
1
-0
/
+1
*
Fix #767: safely encode SphinxErrors when printing to sys.stderr.
Georg Brandl
2011-09-21
1
-1
/
+1
*
Fix #611: latex writer raised IndexError on pages with no section but a link ...
Georg Brandl
2011-09-21
1
-2
/
+6
*
Fix #574: Improvement to Japanese LaTeX support.
Georg Brandl
2011-09-21
2
-11
/
+13
*
Fix #659: use object start/end tag.
Georg Brandl
2011-09-21
1
-1
/
+1
*
Correctly treat built-in method (method descriptors) as methods
Julian Andres Klode
2011-05-04
1
-1
/
+2
[next]