I am using sphinx. I want to template it. So after reading the docs, what I am trying is, in my conf.py,
I put a line like,
templates_path = ['_templates']
and I created a file
_templates/page.html
But this does not override the default template provided by sphinx. What more should I do, and where does this template need to go?
EDIT:
Directory structure from the comments:
conf.py
abc.txt
def.txt
makefile
_templates\
page.html