myyasuda / sphinx_materialdesign_theme

Material Design Html Theme for Sphinx.
https://myyasuda.github.io/sphinx_materialdesign_theme/
MIT License
69 stars 38 forks source link

Align directive for images and figures doesn't work #6

Open mojanc opened 5 years ago

mojanc commented 5 years ago
.. image:: path
  :align: center
  :scale: 10 %

Should scale the image 10% and put it in the center of the page. Scale is working but the align attribute isn't being used