(Morten forgot to Cc the list. I think he is struggling with som new shortcuts in his mailer.)
On Fri 01 Nov 2024 at 07:50, Ingeborg Hellemo ingeborg.hellemo@uit.no wrote:
I'm compiling NAV from source. Somehow I've messed up my environment and haven't been able to install the documentation for the last two versions. (No showstopper, but irritating). I guess I have the wrong version of setuptools or something.
...
/usr/local/src/nav-5.11.0/# python setup.py build_sphinx
...
error: invalid command 'build_sphinx'
Nah, the old ways of setuptools are becoming deprecated in the Python world, and I think maybe Sphinx no longer integrates with setuptools. We should really update our install docs on this point: We already updated the docs build routine for the latest Debian package:
https://github.com/Uninett/nav-debian/commit/ee65417603ae2780c506443e398c1ac...
Sphinx should have provided its own `sphinx-build` command, but you apparently need to give it an input directory and an output directory as arguments, so for the Debian build we use something like
`sphinx-build doc/ doc/_build`
*Gasp!* Install docs not updated!?!
The new command worked as a charm.
--Ingeborg
On Mon 04 Nov 2024 at 10:46, Ingeborg Hellemo ingeborg.hellemo@uit.no wrote:
(Morten forgot to Cc the list. I think he is struggling with som new shortcuts in his mailer.)
We're also struggling with the list setup, apparently. uit.no publishes a DMARC record that tells servers to reject e-mail with a uit.no From-address if it's not sent via the appropriate servers. Our e-mail list server is not one of those approved servers. This means every list subscriber's e-mail server likely rejects all your e-mail sent through the list - which our list software interprets as a bounce. And more than 50 subscribers just had their subscriptions disabled because of these perceived repeated bounces within the last 7 days.
I have attempted to re-enable the disabled subscriptions and enabled DMARC mitigations to the list configuration. This means your e-mails will either be wrapped in an outer e-mail or have its From: address re-written from now on.
*Gasp!* Install docs not updated!?! The new command worked as a charm.
Good to hear. A doc update is on our backlog for the current development sprint :-)