File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ build :
3
+ os : ubuntu-20.04
4
+ tools :
5
+ python : " 3.9"
6
+ python :
7
+ install :
8
+ - requirements : docs/requirements.txt
9
+ - method : pip
10
+ path : .
11
+ - requirements : docs/requirements-post.txt
12
+ sphinx :
13
+ builder : dirhtml
14
+ fail_on_warning : false
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ means that you will less likely have an XSS problem it also causes a huge
95
95
amount of extra processing in the template engine which can cause serious
96
96
performance problems. As Python doesn't provide a way to mark strings as
97
97
unsafe Jinja has to hack around that limitation by providing a custom
98
- string class (the :class: `Markup ` string) that safely interacts with safe
98
+ string class (the :class: `~markupsafe. Markup ` string) that safely interacts with safe
99
99
and unsafe strings.
100
100
101
101
With explicit escaping however the template engine doesn't have to perform
Original file line number Diff line number Diff line change
1
+ markupsafe<2
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ Sphinx~=2.1.2
2
2
Pallets-Sphinx-Themes ~= 1.2.0
3
3
sphinxcontrib-log-cabinet ~= 1.0.1
4
4
sphinx-issues ~= 1.2.0
5
+ markupsafe < 2
You can’t perform that action at this time.
0 commit comments