autodoc
autodoc copied to clipboard
Ubuntu 22.04 looks in wrong spot for template files, `/build/postgresql-autodoc-...`
After doing an apt
install and running on my new system, I unexpectedly hit this error.
$ postgresql_autodoc -h localhost -u shane --password=password -d nt -f nt -t dot
Templates files not found in /build/postgresql-autodoc-XbwYdk/postgresql-autodoc-1.41+20200921/debian/postgresql-autodoc/usr/share/postgresql-autodoc
Yep, I'm having the same issue. To fix it I gave the template directory directly to the command by adding -l /usr/share/postgresql-autodoc/
This sounds like a Debian packaging issue rather than a code issue of autodoc itself. Has anyone reached out to the Debian packagers?