annotate docs/theme/nature/theme.conf @ 8071:2b7aeb9d1546

gist: make it a bit more clear how gist_access_id is used ... and how it is different from gist_id A gist has a gist_access_id which gives access to it. For private Gists, it is a multi-letter secure random string. gist_id is the primary key in the database and thus an automatically incrementing integer. It is also used as the not-so-secret gist_access_id for public gists. This gets rid of one odd safe_unicode applied to an int.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 25 Dec 2019 15:24:54 +0100
parents 5f481e4e888b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
568
5f481e4e888b updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 [theme]
5f481e4e888b updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 inherit = basic
5f481e4e888b updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 stylesheet = nature.css
5f481e4e888b updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 pygments_style = tango