sphinx-contrib / kroki

Embed PlantUML, DOT, etc. diagrams in your documentation using Kroki.
MIT License
35 stars 13 forks source link

Add :name: option for referencing figure with :numref: #4

Closed pypamart closed 2 years ago

pypamart commented 2 years ago

Hello,

As a user, I want to use an reference option, In order to reference/cite my figure from the text or other document location.

Solution : add '"name": directives.unchanged' in the option_spec of Kroki class located at kroki.py file line 87.

Thank you.

hason commented 2 years ago

Fixed with #5