Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
410 stars 134 forks source link

Experimental/allow user specified html template directory #672

Open d7919 opened 1 week ago

d7919 commented 1 week ago

Adds html_template_dir setting with which user can specify a list of paths which jinja2 should search for html templates before looking in the default templates directory shipped with ford.

Paths can be absolute or relative to the config file.

No options for changing template file names or broader structure so perhaps only really useful for tweaking current layout, but with this I could remove the jumbotron, for example.

Simple approach to issue #280