documentation/_extensions/odoo
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
..
static [IMP] _extension: update menu list 2019-12-18 11:09:15 +01:00
__init__.py [IMP] technical: allow building with Python 3 and Sphinx 2.4.0 2020-02-20 11:01:03 +01:00
breadcrumb_list.html [IMP] documentation-user: restructuring submenu 2016-05-12 14:06:25 +02:00
layout.html [ADD] support for meta directive (#708) 2020-06-25 09:25:00 +02:00
pygments_override.py [IMP] inline paraiso dark to avoid pygments version headaches 2015-07-14 11:11:48 +02:00
sub-menu_list.html [ADD] searchbar based on Sphinx search tool 2019-10-17 10:25:25 +02:00
switcher.py [CHG] initial port to new theme 2015-07-08 13:24:24 +02:00
switchers_list.html [IMP] documentation-user: restructuring submenu 2016-05-12 14:06:25 +02:00
theme.conf [CHG] initial port to new theme 2015-07-08 13:24:24 +02:00
translator.py [ADD] support for meta directive (#708) 2020-06-25 09:25:00 +02:00