build: make docs/conf.py compatible with py3
I don't even know what this file does, but it made our Debian build
fail on py3 because it attempted to pass unicode to
mercurial.ui.setconfig()
.
All legacy (hg-git based) Projects have been automatically migrated to native with the upgrade of 2025-01-23
I don't even know what this file does, but it made our Debian build
fail on py3 because it attempted to pass unicode to
mercurial.ui.setconfig()
.