Fix #3233 -- Simple theme classless semantic HTML

This commit is contained in:
Paolo Melchiorre 2023-11-11 14:10:08 +01:00
commit 6059675d55
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035
27 changed files with 163 additions and 119 deletions

View file

@ -1231,6 +1231,12 @@ Following are example ways to specify your preferred theme::
# Specify a customized theme, via absolute path
THEME = "/home/myuser/projects/mysite/themes/mycustomtheme"
The built-in ``simple`` theme can be customized using the following settings.
.. data:: STYLESHEET_URL
The URL of the stylesheet to use.
The built-in ``notmyidea`` theme can make good use of the following settings.
Feel free to use them in your themes as well.