Remove dynamic "docs" stylesheet
authorMagnus Hagander <magnus@hagander.net>
Sat, 12 Sep 2020 10:31:18 +0000 (12:31 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 12 Sep 2020 10:48:58 +0000 (12:48 +0200)
commit7aafd6131fcd43e10b716b3ce3e797fe8552faca
tree3d9bbd65735c90807af72e826649c34ae1948bc2
parent4d00e96399fd021bfccf86b1585d20d62ce0e016
Remove dynamic "docs" stylesheet

This was never used. And it was probably good that it wasn't, because if
it had it would've included both two copies of bootstrap in the page,
and also the bootstrap css map (as part of the css, and not as the map).

The docs pages these days use the same base stylesheet as the rest of
the site.
pgweb/core/views.py
pgweb/urls.py