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
Allow a project to specify the specific template to render in the page context.
This works by putting this at the top of any RST page:: :template: path/to/template.html
You can add additional templates based on the templates_path setting.