summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/builddocs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/builddocs.py b/tests/builddocs.py
index 191d62838a..a02c7a826d 100755
--- a/tests/builddocs.py
+++ b/tests/builddocs.py
@@ -15,10 +15,10 @@ MODEL_DOC_TEMPLATE = """
{{ blurb }}
<h2>Model source code</h2>
-<pre>{{ model_source }}</pre>
+<pre class="literal-block">{{ model_source }}</pre>
<h2>Sample API usage</h2>
-<pre>{{ api_usage }}</pre>
+<pre class="literal-block">{{ api_usage }}</pre>
</div>
"""