You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am re-writing the base problem since I managed to move a couple of steps forward with this. My main problems are still present though.
Bootstrap CSS/JS with a dependancy on JQuery is not working on me, thus making the navigation, and dropdowns, Mobile View, etc, not working correctly.
My conf.py is almost similar to the sample, you give in the repo, but still I am unable to make it work. I can provide it if you want on a later date. Currently, since JQuery is a hard dependancy on bootstrap, I added it through a CDN on the layout.html, but with no luck:
I even tried multiple version, from 1.2.x to 3.1.x but with no luck there. The error I get on this is the following:
jquery.js:2 Uncaught TypeError: $.getQueryParameters is not a function
at Object.highlightSearchWords (doctools.js:221)
at Object.init (doctools.js:151)
at HTMLDocument.<anonymous> (doctools.js:314)
at j (jquery.js:2)
at k (jquery.js:2)
I also get the following error, regarding the sourceMaps of bootstrap, which should be included with JQuery, but since JQuery isn't being loaded they aren't either:
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (bootstrap.min.css.map, line 0)
My globaltoc.html, isn't being printed in the left sidebar. Here is what I am doing under _templtates/globaltoc.html.
And in my conf.py, I have this reference, so from what I am reading this should be working, but it doesn't:
# The master toctree document. You need to include that in the globaltoc.html in the _static
master_doc = 'index'
The only thing, I can get to appear on the sidebar, is the title Table of Contents.
These are my main problems, still, have more but one set of problems at a time. Some information about my system just to be precise and help you help me:
I am re-writing the base problem since I managed to move a couple of steps forward with this. My main problems are still present though.
My conf.py is almost similar to the sample, you give in the repo, but still I am unable to make it work. I can provide it if you want on a later date. Currently, since JQuery is a hard dependancy on bootstrap, I added it through a CDN on the
layout.html
, but with no luck:I even tried multiple version, from 1.2.x to 3.1.x but with no luck there. The error I get on this is the following:
I also get the following error, regarding the sourceMaps of bootstrap, which should be included with JQuery, but since JQuery isn't being loaded they aren't either:
globaltoc.html
, isn't being printed in the left sidebar. Here is what I am doing under_templtates/globaltoc.html
.And in my conf.py, I have this reference, so from what I am reading this should be working, but it doesn't:
The only thing, I can get to appear on the sidebar, is the title
Table of Contents
.These are my main problems, still, have more but one set of problems at a time. Some information about my system just to be precise and help you help me:
System: MacOS Mojave,
Sphinx Version: sphinx-build 1.8.5
The text was updated successfully, but these errors were encountered: