This is the site Aviatrix and these are the instructions from Drift.
And this is what the readthedocs help says.
However I've tried these and it won't appear on the site.
This is the site Aviatrix and these are the instructions from Drift.
And this is what the readthedocs help says.
However I've tried these and it won't appear on the site.
You've probably already figured this out but I just went through this same process and I figured out a way to do it. Here's how.
I added the drift install script in a drift.js file and put that under docs/jsfiles/
Then all I had to do was add this to my yml: extra_javascript: ['jsfiles/drift.js']
And that worked! I think this processes the js script at the end of the page load but I'm sure there's a way to move the script to the head tag of each page as well. Will report on it when I figure it out. For now, I'm going to go with this solution.