Antonio Valentino schrieb: > Hi Georg, > it seems to me that the unused_docs config parameter doesn't work as > expected in tip (1161:16a84dc96848). > > Sphinx keeps printing warnings > > checking consistency... > WARNING: /home/antonio/tmp/sphinxtest/source/unused.txt:: document > isn't included in any toctree > > even for files listed in unused_docs > > $ grep unused_docs source/conf.py > unused_docs = ['unused.txt'] > > > Can you please check it?
Since these are docnames, it must be ['unused']. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
