Skip to content

Commit 0081fe9

Browse files
committed
Adding delimiters to functions in documentation
1 parent 084f7c3 commit 0081fe9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/_static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dl {
2+
border-top-style: solid;
3+
}

docs/_templates/page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "!page.html" %}
2+
3+
{% set css_files = css_files + ["_static/style.css"] %}

0 commit comments

Comments
 (0)