Skip to content

Commit 9c5587e

Browse files
committed
Fix tests with newer alabaster versions. (part 2)
1 parent cb18ce9 commit 9c5587e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/test_directive_/test_output_310_index_html_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<script src="_static/doctools.js">
3131
</script>{% if sphinx_version >= (5, 2) %}
3232
<script src="_static/sphinx_highlight.js">
33-
</script>{% endif %}
34-
<meta content="width=device-width, initial-scale=0.9, maximum-scale=0.9" name="viewport"/>
33+
</script>{% endif %}{% if alabaster_version < (0, 7, 15) %}
34+
<meta content="width=device-width, initial-scale=0.9, maximum-scale=0.9" name="viewport"/>{% endif %}
3535
</head>
3636
<body>
3737
<div class="document">

tests/test_directive_/test_output_37_index_html_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<script src="_static/doctools.js">
3131
</script>{% if sphinx_version >= (5, 2) %}
3232
<script src="_static/sphinx_highlight.js">
33-
</script>{% endif %}
34-
<meta content="width=device-width, initial-scale=0.9, maximum-scale=0.9" name="viewport"/>
33+
</script>{% endif %}{% if alabaster_version < (0, 7, 15) %}
34+
<meta content="width=device-width, initial-scale=0.9, maximum-scale=0.9" name="viewport"/>{% endif %}
3535
</head>
3636
<body>
3737
<div class="document">

tests/test_directive_/test_output_37_pypy_index_html_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<script src="_static/doctools.js">
3131
</script>{% if sphinx_version >= (5, 2) %}
3232
<script src="_static/sphinx_highlight.js">
33-
</script>{% endif %}
34-
<meta content="width=device-width, initial-scale=0.9, maximum-scale=0.9" name="viewport"/>
33+
</script>{% endif %}{% if alabaster_version < (0, 7, 15) %}
34+
<meta content="width=device-width, initial-scale=0.9, maximum-scale=0.9" name="viewport"/>{% endif %}
3535
</head>
3636
<body>
3737
<div class="document">

0 commit comments

Comments
 (0)