documentation/_extensions
xmo-odoo e43df474d4
[ADD] support for meta directive (#708)
e.g.

    .. meta::
        :description: blah blah blah
        :keywords lang=en: x y z

should yield

    <meta name="description" content="blah blah blah">
    <meta name="keywords" lang="en" content="x y z">

Also cleaned up `layout.html` a tad while at it:

* we're now properly setting the default metas via the translator so
  setting them in the template is unnecessary
* there's a flag to use an html5 doctype (also has a few other
  positive side-effects with respect to the metas sphinx generates in
  the template)
2020-06-25 09:25:00 +02:00
..
odoo [ADD] support for meta directive (#708) 2020-06-25 09:25:00 +02:00
demo_link.py [FIX] _extensions: p3 compatibility (5) 2018-05-30 12:09:58 +02:00
embedded_video.py [FIX] embedded video in https for vimeo 2015-12-03 15:49:40 +01:00
github_link.py [FIX] _extension: build with sphinx 1.8 2018-09-26 16:19:01 +02:00
html_domain.py [FIX] a pair of leftover warnings 2018-08-31 14:41:25 +02:00
redirects.py [IMP] technical: add a static redirection feature for missing pages 2020-04-06 16:31:27 +02:00