I have created documentation for my project using sphinx. the current endpoint for my documentation is /
. My question is, how can i make my documentation follow a docs/<filename>
pattern?
EX. <app.url>/docs/index.html
in my project
's config.py
i have:
DOCS_DIRECTORY = '/docs/'