sphinx/doc/development
Jouke Witteveen bc849e2170
doc: Fix autodoc extension example
`directivetype` is set to mimic `ClassDocumenter`. Reflect that.

`isinstance` would work on the enum members, but that is not what we want here.
`issubclass` raises a TypeError when called on objects that are not classes.
2021-12-02 16:50:09 +01:00
..
tutorials doc: Fix autodoc extension example 2021-12-02 16:50:09 +01:00
builders.rst rearranging a few docs and small updates 2020-07-29 10:38:18 +01:00
index.rst doc: Link to detailed extension documentation 2021-01-22 09:29:19 +01:00
overview.rst moving extension dev overview 2020-07-29 10:38:18 +01:00
theming.rst Update docs for theming 2021-07-03 00:44:10 +08:00