Closed stanislav-az closed 1 month ago
Ho.
Update: when I added another parameter in my configuration aiken docs
started working again :)
[config.default]
is_mainnet = true
my_token_name = "MT"
[config.testnet]
is_mainnet = false
my_token_name = "MyToken"
What Git revision are you using?
Version: v1.1.4+79d0e45
Also checked with v1.1.5.
What operating system are you using, and which version?
Operating System: Ubuntu 22.04.5 LTS Architecture: x86_64
Describe what the problem is?
I have added a small conditional configuration like this:
And used it inside one of the modules in
lib
by importinguse config
and callingconfig.is_mainnet
.That change breaks
aiken docs
command:What should be the expected behavior?
aiken docs
should create documentation successfully.