Open scudette opened 6 years ago
The reason for this is that author
is now a built-in configuration variable in Sphinx. See sphinx-doc/sphinx#4518.
I would suggest renaming tinkerer's author
variable to another name, or re-using the variable provided by Sphinx.
This is not fixed.
This currently fails with
The problem goes away by remove the line
in https://github.com/vladris/tinkerer/blob/master/tinkerer/ext/blog.py#L126
The problem of course is that pip install tinkerer is currently broken because it does not pin the version of Sphinx to its tested version.