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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
A bit of clarification about where Sphinx finds autodoced modules.
Georg Brandl
2009-01-22
1
-0
/
+7
*
Fix #58: Add extension tutorial and better docs on where to put extensions.
Georg Brandl
2008-12-21
1
-0
/
+316
*
* #72: In pngmath, make it possible to give a full path to LaTeX and
Georg Brandl
2008-12-15
1
-3
/
+11
*
Document that mathbase isn't meant to be included in the extensions config
Georg Brandl
2008-12-06
1
-2
/
+7
*
Fix param name and add example.
Georg Brandl
2008-11-23
1
-1
/
+11
*
A few math experience improvements, inspired by Fredrik Johansson.
Georg Brandl
2008-11-16
1
-2
/
+12
*
Add todo extension.
Georg Brandl
2008-11-09
4
-3
/
+33
*
Add env-purge-doc event. Add some examples for event usage.
Georg Brandl
2008-11-09
1
-1
/
+22
*
Allow skipping members by event.
Georg Brandl
2008-11-02
1
-0
/
+28
*
Bring up to date and link to add_config_value().
Georg Brandl
2008-11-01
1
-1
/
+13
*
Add "source-read" event.
Georg Brandl
2008-10-16
1
-0
/
+8
*
Allow nonwrapped displaymath.
Georg Brandl
2008-08-07
1
-0
/
+15
*
Test suite update for math extension.
Georg Brandl
2008-08-06
1
-2
/
+2
*
Add math support to Sphinx.
Georg Brandl
2008-08-06
2
-0
/
+185
*
``Sphinx.add_node()`` now takes optional visitor methods for the HTML,
Georg Brandl
2008-08-05
1
-1
/
+22
*
Add intersphinx extension.
Georg Brandl
2008-08-04
1
-0
/
+67
*
Add "env-updated" and "missing-reference" events.
Georg Brandl
2008-08-04
1
-5
/
+39
*
#3422: allow changing the signature of functions via a new hook.
Georg Brandl
2008-07-29
1
-4
/
+27
*
automodule now supports module options.
Georg Brandl
2008-07-08
1
-0
/
+5
*
Merged revisions 64642-64643,64698 via svnmerge from
Georg Brandl
2008-07-04
1
-0
/
+11
*
Add general docstring processing support with a new event in autodoc.
Georg Brandl
2008-06-22
2
-5
/
+42
*
Support :noindex: in autodoc directives.
Georg Brandl
2008-06-22
1
-0
/
+7
*
Fix class name.
Georg Brandl
2008-06-18
1
-1
/
+3
*
Support inheritance display in autoclass, thanks to mdboom.
Georg Brandl
2008-06-17
1
-40
/
+46
*
Add html-page-context event for customizing the template context.
Georg Brandl
2008-05-31
1
-16
/
+37
*
Add html_short_title and html_show_sphinx config values.
Georg Brandl
2008-05-24
1
-1
/
+6
*
Clarify docs for auto directive options.
Georg Brandl
2008-05-23
1
-3
/
+17
*
Minor enhancements to generate_rst.
Georg Brandl
2008-05-06
1
-4
/
+6
*
added support for explicit signatures in callables
Armin Ronacher
2008-05-06
1
-0
/
+11
*
Rename version to 0.3.
Georg Brandl
2008-05-04
1
-2
/
+2
*
#2726: allow selecting what gets inserted into an autoclass directive.
Georg Brandl
2008-05-04
1
-1
/
+18
*
#2656: autodoc now skips inherited members unless the :inherited-members: fla...
Georg Brandl
2008-05-04
1
-0
/
+4
*
* New LaTeX table handling.
Georg Brandl
2008-05-03
1
-0
/
+2
*
Add new templating API, remove Jinja external and add it to setup.py dependen...
Georg Brandl
2008-04-13
1
-0
/
+10
*
Support Sphinx.add_transform().
Georg Brandl
2008-04-13
1
-0
/
+5
*
Add note about __module__ checking.
Georg Brandl
2008-04-13
1
-0
/
+7
*
Support app.add_crossref_type().
Georg Brandl
2008-03-28
2
-6
/
+40
*
Expand on the pickle builder.
Georg Brandl
2008-03-25
1
-0
/
+2
*
Make sphinx compatible with docutils SVN snapshots.
v0.1.61798
Georg Brandl
2008-03-23
1
-1
/
+1
*
Add versionadded tag.
Georg Brandl
2008-03-23
1
-0
/
+3
*
Also remove # doctest: directives in presentation output.
Georg Brandl
2008-03-22
1
-1
/
+11
*
* sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks by
Georg Brandl
2008-03-22
1
-0
/
+4
*
Add note about blank lines in doctest blocks.
Georg Brandl
2008-03-22
1
-3
/
+6
*
Put doctests in "default" by default and update docs for doctest extension.
Georg Brandl
2008-03-22
1
-2
/
+25
*
Add license and repository info to front page, add comments where sections ne...
Georg Brandl
2008-03-21
3
-0
/
+5
*
* Add docs for sphinx.ext.doctest.
Georg Brandl
2008-03-21
2
-12
/
+159
*
Fill in some XXXs.
Georg Brandl
2008-03-18
1
-7
/
+39
*
Update documentation, add more content.
Georg Brandl
2008-03-16
2
-0
/
+24
*
Add documentation for autodoc.
Georg Brandl
2008-03-14
1
-0
/
+93
*
Some more documentation.
Georg Brandl
2008-03-12
6
-0
/
+161