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
*
Separate indexentries manager to sphinx.environment.manager.indexentries
Takeshi KOMIYA
2016-10-11
1
-1797
/
+0
*
Refactor: move process_only_nodes() to sphinx.util.nodes
Takeshi KOMIYA
2016-10-11
1
-22
/
+5
*
Uninstall sphinx directives and roles of domains after build
Takeshi KOMIYA
2016-09-21
1
-81
/
+29
*
Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a t...
Takeshi KOMIYA
2016-09-15
1
-62
/
+0
*
Refactor sphinx.environment: Reimplement filter_messages() as a transform
Takeshi KOMIYA
2016-09-15
1
-9
/
+0
*
Use new style python classes
Takeshi KOMIYA
2016-09-10
1
-1
/
+1
*
Preserve filename and line number for meta nodes
Takeshi KOMIYA
2016-09-01
1
-4
/
+0
*
Fix #1734: Could not translate the caption of toctree directive
Takeshi KOMIYA
2016-09-01
1
-1
/
+9
*
std domain handles citations
Takeshi KOMIYA
2016-08-16
1
-43
/
+2
*
Merge branch 'stable'
Takeshi KOMIYA
2016-07-02
1
-2
/
+7
|
\
|
*
Fix #2718: Sphinx crashes if the document file is not readable
Takeshi KOMIYA
2016-07-02
1
-2
/
+7
*
|
Merge pull request #2644 from pfultz2/refdoc
Takeshi KOMIYA
2016-07-02
1
-8
/
+7
|
\
\
|
*
|
Make refdoc attribute optional for pending_xref nodes
Paul
2016-06-08
1
-8
/
+7
*
|
|
Fix warning in CHANGES
Takeshi KOMIYA
2016-06-25
1
-1
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix #2705: `toctree` generates empty bullet_list if ``:titlesonly:`` specified
Takeshi KOMIYA
2016-06-23
1
-1
/
+7
*
|
|
Merge branch 'stable'
Takeshi KOMIYA
2016-06-10
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Increment ENV_VERSION (ref: #2631)
Takeshi KOMIYA
2016-06-08
1
-1
/
+1
|
|
/
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-06-05
1
-0
/
+28
|
\
\
|
|
/
|
*
Suppress "document isn't included in any toctree" warning if the document is ...
Takeshi KOMIYA
2016-05-31
1
-0
/
+28
*
|
Refactor code using ``with`` syntax
Takeshi KOMIYA
2016-05-26
1
-21
/
+6
|
/
*
Fix Sphinx crashes if self referenced toctree found
Takeshi KOMIYA
2016-04-22
1
-0
/
+4
*
Fix #2466: Allow image.data_uri and image.nonlocal_uri as confval of suppress...
Takeshi KOMIYA
2016-04-22
1
-2
/
+4
*
Increment ENV_VERSION for #2456
Takeshi KOMIYA
2016-04-21
1
-1
/
+1
*
Fix #2407: building docs crash if document includes large data image URIs
Takeshi KOMIYA
2016-04-16
1
-1
/
+5
*
Fix unpack warning if combinated with 3rd party domain extensions
Takeshi KOMIYA
2016-03-08
1
-3
/
+8
*
Fix #2368: Ignore emacs lock files like ``.#foo.rst`` by default.
Takeshi KOMIYA
2016-03-06
1
-1
/
+1
*
Merge branch '2229_suppress_warnings'
Takeshi KOMIYA
2016-03-03
1
-8
/
+8
|
\
|
*
Add :confval:`suppress_warnings` to supress arbitrary warning message
Takeshi KOMIYA
2016-02-23
1
-1
/
+1
|
*
Refactor: all of warnfuncs bypasses kwargs to Sphinx.warn()
Takeshi KOMIYA
2016-02-23
1
-7
/
+7
*
|
#2364: Fix KeyError rootSymbol on Sphinx upgrade from older version.
Takeshi KOMIYA
2016-03-03
1
-1
/
+1
|
/
*
Fix #1921: Support figure substitutions by locale
Takeshi KOMIYA
2016-02-22
1
-13
/
+31
*
Select an image by similarity if multiple images are globbed by ``.. image:: ...
Takeshi KOMIYA
2016-02-22
1
-1
/
+4
*
Refactor: guess_mimetype()
Takeshi KOMIYA
2016-02-22
1
-17
/
+8
*
Fix #2329: Refresh environment forcely if source directory has changed
Takeshi KOMIYA
2016-02-20
1
-1
/
+3
*
classifier of glossary terms can be used for index entries grouping key. The ...
shimizukawa
2016-02-14
1
-22
/
+27
*
Refactor numfig: Move core implementation to std domain
Takeshi KOMIYA
2016-02-14
1
-2
/
+2
*
Override figure directive to apply :name: option to the figure itself
Takeshi KOMIYA
2016-02-14
1
-6
/
+1
*
fix flake8
shimizukawa
2016-02-09
1
-1
/
+1
*
Merge with stable
shimizukawa
2016-02-09
1
-86
/
+7
|
\
|
*
Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n fea...
shimizukawa
2016-02-09
1
-78
/
+5
|
*
Use ensuredir() for creating directories within BuildEnvironment.read_doc
Kacper Kowalik (Xarthisius)
2016-02-02
1
-4
/
+2
*
|
Fix #1944: rst_prolog breaks file-wide metadata
Takeshi KOMIYA
2016-01-24
1
-2
/
+3
*
|
Merge pull request #2207 from tk0miya/baseclass_for_parsers
Takeshi KOMIYA
2016-01-17
1
-3
/
+6
|
\
\
|
*
|
Add sphinx.parsers.Parser class; a base class for new parsers
Takeshi KOMIYA
2016-01-17
1
-3
/
+6
*
|
|
Merge branch 'stable'
Georg Brandl
2016-01-14
1
-3
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
|
*
|
Fix line numbers was not shown on warnings of indecies
Takeshi KOMIYA
2016-01-13
1
-2
/
+9
*
|
|
merge with stable
shimizukawa
2016-01-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix #1601, #2220: 'any' role breaks extended domains behavior. Affected exten...
shimizukawa
2016-01-10
1
-1
/
+1
*
|
|
Merge branch 'stable'
Takeshi KOMIYA
2016-01-11
1
-2
/
+2
|
\
\
\
|
|
/
/
[next]