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
and that simply specifying the banner path tells the system that a banner is sought to be added.
For the likes of me out there, this work around (to get a custom banner) may be incorporated in the Alabaster docs.
If I may, could I extend your hospitality a little bit?
How do I make the custom banner resized to cover the entire width? I have tried it with customlayout.html and it works. But, is there an option in Alabaster theme which provides for this?
How do I put some text over the custom banner, say for example, the Project Name as has been done in case of Sphinx site (Sphinx):
The top of the scroll bar in the sidebar housing ToC goes under the custom banner (image) like as shown in the image below. In the Sphinx.org page the top of the scroll bar is visible. What steps do I need to take to make the scroll bar completely visible?
Finally, using the option 'show_relbars': True we can display the next and previous links which I have included in my conf.py. However, the links at the top of the page get hidden while using the custom banner image. Is there a way to pad the links so that they become visible?.
Here is the image displaying the items at s.no. 1 - 4:
In my Sphinx documentation I am using the
Alabaster
theme.Now, for the purpose of adding my own banner image (ref document, I have added
'github_banner': True
in html_theme_options in myconf.py
.Again, refering to the same section of the document (cited above), it says:
which I am intending to do.
However, I am unable to find a way as to how may I submit a string path for the custom banner image.
To repeat, where exactly the custom banner image path needs to be added?
The text was updated successfully, but these errors were encountered: