I'm looking to remove the Next
and Prev
button. From what I read from the doc, this can be achieved by excluding the relations.html
; however I am not sure how would one go about achieving that.
I have tried to add the following to conf.py
, without much change
html_sidebars = {'**': ['localtoc.html', 'searchbox.html']}
If it is of any relevance, I am using ReadTheDocs theme.