-
-
Notifications
You must be signed in to change notification settings - Fork 212
Closed
Labels
Description
Problem Description
All the generated HTML files embed a large, yet single-line, CSS sheet. Also, it appears to be the same across all the html files.
Besides this being unnecessary duplication (I think), it prevents the user from playing around with the CSS rules to change the look of the docs. This is useful to try out the changes before possibly changing the pdoc template for the CSS.
Proposal
It would be nice if the CSS sheet was generated as a separate file, and simply included in the html docs.
It would be tidy if also the syntax-highlighting-CSS was generated separately, next to the main one.
BTW: Thanks for working on pdoc! I was happy to see that the project is back