mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added the manual for pelican-themes
This commit is contained in:
parent
44c1fe4840
commit
a7baab6a97
5 changed files with 348 additions and 3 deletions
|
|
@ -147,6 +147,10 @@ latex_documents = [
|
|||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'raclette', u'Raclette Documentation',
|
||||
[u'Alexis Métaireau'], 1)
|
||||
('index', 'raclette', u'Raclette Documentation', # why "raclette" ?!
|
||||
[u'Alexis Métaireau'], 1),
|
||||
('pelican-themes', 'pelican-themes', u'A theme manager for Pelican',
|
||||
[u'Mickaël Raybaud'], 'en.1'),
|
||||
('fr/pelican-themes', 'pelican-themes', u'Un gestionnaire de thèmes pour Pelican',
|
||||
[u'Mickaël Raybaud'], 'fr.1')
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue