inmanta / inmanta-sphinx

Sphinx domains for Inmanta docs
0 stars 0 forks source link

Sphinx should support all module classes #46

Closed bartv closed 2 years ago

bartv commented 3 years ago

We use the Module class from core. This class is split into modules v1/v2 versions. This breaks this extension. https://github.com/inmanta/inmanta-sphinx/pull/45 fixes it (in an ugly way). We need to handle this in a proper manner, including adding v2 support to sphinx.

wouterdb commented 3 years ago

use proper method to construct module, timebox

sanderr commented 2 years ago

Module.from_path does exactly this.