canonical / sphinx-docs-starter-pack

A documentation starter-pack
https://canonical-starter-pack.readthedocs-hosted.com/
10 stars 30 forks source link

Hide notfound_template from epub builder #205

Closed rkratky closed 3 months ago

rkratky commented 3 months ago

This moves the notfound_template = '404.html' setting to conceal it from any builders other than html and dirhtml.

Fixes #204.