trustin / sphinx-gradle-plugin

Sphinx site generation plugin for Gradle
https://trustin.github.io/sphinx-gradle-plugin/
Apache License 2.0
18 stars 7 forks source link

tags doesnt seem to be passing into sphinx property #5

Closed sixinli closed 6 years ago

sixinli commented 6 years ago

cant get the tags in conf.py

trustin commented 6 years ago

What are 'tags'? Could you show me some example?

trustin commented 6 years ago

Gentle ping

sixinli commented 6 years ago

ah! sorry,... tags as in https://trustin.github.io/sphinx-gradle-plugin/configuration.html ... i dont think sphinx is picking it up? (i.e. i have tags ["test"] and in conf.py tags is empty)

trustin commented 6 years ago

Could you try the version 1.0.6 which includes the fix (0ca2182ed3295049ab88f87d11d33521fe251ae6)?

On the other hand, tags in conf.py is not a dictionary. You need to use tags.has('myTag'). See here for a working example.