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
/
environment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #648: Fix line numbers reported in warnings about undefined references.
Georg Brandl
2011-09-23
1
-36
/
+27
*
Fix #637: ignore strange Emacs lock files by default.
Georg Brandl
2011-09-21
1
-1
/
+1
*
#572: Show warnings by default when reference labels cannot be found.
Georg Brandl
2011-01-08
1
-7
/
+13
*
#536: Include line number when complaining about missing reference targets in...
Georg Brandl
2011-01-08
1
-1
/
+1
*
Fix a traceback when removing files with globbed toctrees.
Georg Brandl
2011-01-07
1
-1
/
+7
*
Give line number info where possible in toctree-related warnings.
Georg Brandl
2011-01-07
1
-2
/
+3
*
If an autodoc object cannot be imported, always re-read the document and show...
Georg Brandl
2011-01-07
1
-1
/
+11
*
Fix traceback with ``only`` directives preceded by targets.
Georg Brandl
2011-01-06
1
-1
/
+3
*
#383: Support sorting a limited range of accented characters in the general i...
Georg Brandl
2011-01-04
1
-2
/
+3
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
Remove redundant local.
Georg Brandl
2011-01-03
1
-2
/
+1
*
#523: fixes for qthelp index.
Georg Brandl
2010-10-22
1
-29
/
+31
*
#534: warning message instead of crash if invalid Pygments lexer name is used.
Georg Brandl
2010-10-22
1
-6
/
+2
*
#494: Fix the ``maxdepth`` option for the ``toctree()`` template callable whe...
Georg Brandl
2010-08-23
1
-12
/
+42
*
#481, #482: fix ``.name`` reference matching.
Georg Brandl
2010-08-05
1
-1
/
+1
*
#470: Fix generated target names for reST domain objects; they are not in the...
Georg Brandl
2010-07-27
1
-1
/
+1
*
Reintroduce env.note_versionchange().
Georg Brandl
2010-07-23
1
-0
/
+6
*
Do not stop even at severe docutils errors, continue build.
Georg Brandl
2010-06-19
1
-1
/
+2
*
Give more detailed info about exception determining image type.
Georg Brandl
2010-06-12
1
-3
/
+4
*
Move doctest blocks out of blockquotes even if there is more than one.
Georg Brandl
2010-06-01
1
-4
/
+16
*
The ``toctree`` callable in templates now accepts a ``titles_only`` keyword a...
Georg Brandl
2010-05-30
1
-4
/
+7
*
Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...
Georg Brandl
2010-05-24
1
-6
/
+6
|
\
|
*
Make test for "outside" references case insensitive.
tpowers
2010-04-27
1
-1
/
+1
|
*
Added "link outside" and "link inside" classes to reference nodes.
tpowers
2010-04-26
1
-1
/
+14
*
|
Rename default_domain to primary_domain; give it special semantics.
Georg Brandl
2010-05-23
1
-1
/
+1
*
|
#413: Added a way for intersphinx to refer to named labels in other
Georg Brandl
2010-05-23
1
-1
/
+1
*
|
Move :ref: labels over to std domain.
Georg Brandl
2010-05-23
1
-100
/
+3
|
/
*
merge
Georg Brandl
2010-04-18
1
-3
/
+66
|
\
|
*
Rename rst_prologue to rst_prolog and document it.
Georg Brandl
2010-04-07
1
-2
/
+2
|
*
Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.
Georg Brandl
2010-04-07
1
-10
/
+8
|
*
merge with http://bitbucket.org/tpowers/sphinx/
Georg Brandl
2010-04-07
1
-3
/
+68
|
|
\
|
|
*
Implemented rst_prologue conf.py option.
tpowers
2010-03-30
1
-3
/
+4
|
|
*
Implemented html_compact_lists conf.py option. Normally True. When False,
tpowers
2010-03-28
1
-0
/
+64
*
|
|
Remove RuntimeError raised for unknown reference types, may be valid for exte...
Georg Brandl
2010-04-10
1
-3
/
+0
*
|
|
merge with trunk
Georg Brandl
2010-04-06
1
-7
/
+14
|
\
\
\
|
|
/
/
|
*
|
merge with 0.6
Georg Brandl
2010-04-06
1
-6
/
+13
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix the handling of multiple toctrees when creating the global TOC for the ``...
Georg Brandl
2010-04-06
1
-6
/
+13
|
*
|
merge with 0.6
Georg Brandl
2010-02-28
1
-0
/
+2
|
|
\
\
|
|
|
/
|
|
*
Fix references to methods without a module.
Georg Brandl
2010-02-28
1
-0
/
+2
*
|
|
Fix handling of the default role: it needs to be looked up after patching the...
Georg Brandl
2010-02-28
1
-9
/
+9
*
|
|
#282: Added a "nitpicky" mode that emits warnings for all missing references.
Georg Brandl
2010-02-28
1
-1
/
+13
*
|
|
merge with trunk
Georg Brandl
2010-02-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
merge with 0.6
Georg Brandl
2010-02-28
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
*
Revert revision 0530a8aaaa9a; it does not work if dependent files are involved.
Georg Brandl
2010-02-28
1
-2
/
+2
|
|
*
store actual file modification time instead of now()
anatoly techtonik
2010-02-23
1
-2
/
+2
|
|
*
Fix long line.
Georg Brandl
2010-01-07
1
-1
/
+2
*
|
|
Add "orphan" metadata entry to suppress non-toctree-inclusion warnings.
Georg Brandl
2010-02-25
1
-0
/
+2
*
|
|
Make id and reference handling in LaTeX output much more robust, by prefixing...
Georg Brandl
2010-02-20
1
-1
/
+2
*
|
|
Get rid of the "module" node.
Georg Brandl
2010-02-20
1
-4
/
+6
*
|
|
Do not throw away existing section ids.
Georg Brandl
2010-02-20
1
-1
/
+1
[next]