Skip to content

Commit 10630d1

Browse files
committed
MNT: change name + fix package data
1 parent 2ed457b commit 10630d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{% if lib_version %}
1+
{% if doc_version %}
22
<p class="sphinx-version">
3-
Built from {{ lib_version }}.
3+
Built from {{ doc_version }}.
44
<br/>
55
</p>
66
{% endif %}

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"static/images/*.ico",
2323
"static/js/*.js",
2424
"static/font/*.*",
25+
"components/*.html",
2526
]
2627
},
2728
include_package_data=True,

0 commit comments

Comments
 (0)