We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed457b commit 10630d1Copy full SHA for 10630d1
mpl_sphinx_theme/components/lib_version.html renamed to mpl_sphinx_theme/components/doc_version.html
@@ -1,6 +1,6 @@
1
-{% if lib_version %}
+{% if doc_version %}
2
<p class="sphinx-version">
3
- Built from {{ lib_version }}.
+ Built from {{ doc_version }}.
4
<br/>
5
</p>
6
{% endif %}
setup.py
@@ -22,6 +22,7 @@
22
"static/images/*.ico",
23
"static/js/*.js",
24
"static/font/*.*",
25
+ "components/*.html",
26
]
27
},
28
include_package_data=True,
0 commit comments