Skip to content

Commit 6bd490e

Browse files
fix(rtd): update version variable
1 parent 76f3def commit 6bd490e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxygen-awesome-readthedocs-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DoxygenAwesomeReadtheDocsSearch {
5353
// readthedocs metadata
5454
// TODO: how to handle defaults? ... only matters when this is outside of readthedocs
5555
let projectSlug = DoxygenAwesomeReadtheDocsSearch.getMetaValue("readthedocs-project-slug") || "doxygen-awesome-css";
56-
let projectVersion = DoxygenAwesomeReadtheDocsSearch.getMetaValue("readthedocs-version") || "latest";
56+
let projectVersion = DoxygenAwesomeReadtheDocsSearch.getMetaValue("readthedocs-version-slug") || "latest";
5757

5858
// pull requests are not indexed, so use the default version
5959
if (/^\d+$/.test(projectVersion)) {

0 commit comments

Comments
 (0)