You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When documentation is generated though Tox docs task,
the following error happens:
$ tox -r -e docs
...
reading sources... [ 90%] release-notes
reading sources... [100%] user-guide
Warning, treated as error:
<autoflask>:1:Problem in http domain: field is supposed to use role 'obj', but that role is not in the domain.
ERROR: InvocationError for command /home/otto/src/Ohjelmistot/anitya/.tox/docs/bin/sphinx-build -W -b html -d /home/otto/src/Ohjelmistot/anitya/.tox/docs/tmp/doctrees . _build/html (exited with code 2)
__________________________________________________ summary ___________________________________________________
ERROR: docs: commands failed
The text was updated successfully, but these errors were encountered:
oturpe
added a commit
to oturpe/anitya
that referenced
this issue
Jul 26, 2021
On Sphinx 4.1.1, tox docs task fails due to following kind of error:
<autoflask>:1:Problem in http domain: field is supposed to use role
'obj', but that role is not in the domain.
This does not happen on Sphinx 4.0.3, so downgrading to that.
Fixesfedora-infra#1148
On Sphinx 4.1.1, tox docs task fails due to following kind of error:
<autoflask>:1:Problem in http domain: field is supposed to use role
'obj', but that role is not in the domain.
This does not happen on Sphinx 4.0.3, so downgrading to that.
Fixesfedora-infra#1148
On Sphinx 4.1.1, tox docs task fails due to following kind of error:
<autoflask>:1:Problem in http domain: field is supposed to use role
'obj', but that role is not in the domain.
This does not happen on Sphinx 4.0.3, so downgrading to that.
Fixes#1148
When documentation is generated though Tox
docs
task,the following error happens:
The text was updated successfully, but these errors were encountered: