We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f3def commit 6bd490eCopy full SHA for 6bd490e
doxygen-awesome-readthedocs-search.js
@@ -53,7 +53,7 @@ class DoxygenAwesomeReadtheDocsSearch {
53
// readthedocs metadata
54
// TODO: how to handle defaults? ... only matters when this is outside of readthedocs
55
let projectSlug = DoxygenAwesomeReadtheDocsSearch.getMetaValue("readthedocs-project-slug") || "doxygen-awesome-css";
56
- let projectVersion = DoxygenAwesomeReadtheDocsSearch.getMetaValue("readthedocs-version") || "latest";
+ let projectVersion = DoxygenAwesomeReadtheDocsSearch.getMetaValue("readthedocs-version-slug") || "latest";
57
58
// pull requests are not indexed, so use the default version
59
if (/^\d+$/.test(projectVersion)) {
0 commit comments