Adding support for ctags generation through GENERATE_CTAGS setting

This commit is contained in:
Lucas Cimon 2018-06-13 22:37:14 +02:00
commit 781126b87e
5 changed files with 56 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Next release
============
* New signal: ``feed_generated``
* New setting: ``GENERATE_CTAGS`` to generate a "tags" file following the CTags format and containing all articles tags.
3.7.1 (2017-01-10)
==================

View file

@ -328,6 +328,9 @@ Basic settings
A list of metadata fields containing reST/Markdown content to be parsed and
translated to HTML.
.. data:: GENERATE_CTAGS = False
Whether to generate a "tags" file following the CTags format and containing all articles tags.
URL settings
============