File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ def fix_staticfunction_objtype():
86
86
from sphinx .domains .javascript import JavaScriptDomain , JSObject
87
87
from sphinx .locale import _
88
88
89
- if " staticfunction" in JavaScriptDomain .object_types :
89
+ if ' staticfunction' in JavaScriptDomain .object_types :
90
90
return
91
- JavaScriptDomain .object_types [" staticfunction" ] = ObjType (_ ('static function' ), 'func' )
91
+ JavaScriptDomain .object_types [' staticfunction' ] = ObjType (_ ('static function' ), 'func' )
92
92
93
93
orig_get_index_text = JSObject .get_index_text
94
94
Original file line number Diff line number Diff line change 1
1
from sphinx import __version__ as sphinx_version
2
+
2
3
from tests .testing import SphinxBuildTestCase
3
4
4
5
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ commands =
39
39
[testenv:flake8]
40
40
# Pinned so new checks aren't added by surprise:
41
41
deps =
42
- flake8>=3.8,<3.9
42
+ flake8 ==7.1.1
43
43
flake8-quotes
44
44
flake8-import-order
45
45
skip_install =True
You can’t perform that action at this time.
0 commit comments