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
/
ext
/
imgmath.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-12-14
1
-1
/
+1
|
\
\
|
|
/
|
*
refactor with pyupgrade
Takeshi KOMIYA
2020-11-25
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-07-05
1
-8
/
+8
|
\
\
|
|
/
|
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-8
/
+8
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-05-17
1
-2
/
+1
|
\
\
|
|
/
|
*
Introduce fips safe sha1, see issue #7611
Lars Hupfeldt
2020-05-05
1
-2
/
+1
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-37
/
+0
*
|
Use subprocess.run(encoding=...)
Takeshi KOMIYA
2020-03-07
1
-4
/
+4
|
/
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Fix type annotation
jfbu
2019-08-01
1
-1
/
+1
*
Fix error in cherry-picking #6310 to 2.0
jfbu
2019-08-01
1
-1
/
+2
*
Add Python3 type annotation to cherry-picked #6310 for 2.2.0 release
jfbu
2019-08-01
1
-4
/
+2
*
More robust code for getting saved "depth" of svg inline math snippet
jfbu
2019-08-01
1
-1
/
+6
*
Make imgmath_use_preview work also for svg output
jfbu
2019-08-01
1
-4
/
+40
*
Migrate to py3 style type annotation: sphinx.ext.imgmath
Takeshi KOMIYA
2019-07-04
1
-34
/
+19
*
imgmath: Use template file for LaTeX
Takeshi KOMIYA
2019-04-16
1
-9
/
+31
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+0
*
Deprecate sphinx.util.pycompat:sys_encoding
Takeshi KOMIYA
2019-02-11
1
-3
/
+3
*
Use subprocess.run() instead of Popen()
Takeshi KOMIYA
2019-01-13
1
-24
/
+18
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-3
/
+2
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-1
/
+1
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-1
/
+1
*
|
|
Merge pull request #5796 from jdufresne/super
Takeshi KOMIYA
2018-12-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-1
/
+1
|
|
/
/
*
|
|
Replace ENOENT errno checks with Python 3 FileNotFoundError
Jon Dufresne
2018-12-15
1
-7
/
+3
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-11
/
+10
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+1
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-1
/
+1
*
|
Fix annotaions for extensions
Takeshi KOMIYA
2018-11-28
1
-7
/
+8
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
*
|
Prefer builtin open() over io.open() and codecs.open()
Jon Dufresne
2018-09-11
1
-2
/
+1
|
/
*
Merge branch '1.7'
Takeshi KOMIYA
2018-08-17
1
-2
/
+1
|
\
|
*
Fix #5298: imgmath: math_number_all causes equations to have two numbers in html
Takeshi KOMIYA
2018-08-15
1
-2
/
+1
*
|
Deprecate whole of sphinx.ext.mathbase
Takeshi KOMIYA
2018-07-29
1
-4
/
+3
*
|
Implement math_renderer framework
Takeshi KOMIYA
2018-07-28
1
-6
/
+5
*
|
Enable math_block node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-17
1
-9
/
+6
*
|
Enable math node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-15
1
-8
/
+11
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
[next]