Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation generation fails due to "Problem in http domain" #1148

Closed
oturpe opened this issue Jul 26, 2021 · 0 comments · Fixed by #1149
Closed

Documentation generation fails due to "Problem in http domain" #1148

oturpe opened this issue Jul 26, 2021 · 0 comments · Fixed by #1149

Comments

@oturpe
Copy link
Contributor

oturpe commented Jul 26, 2021

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
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.

Fixes fedora-infra#1148
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.

Fixes fedora-infra#1148
@mergify mergify bot closed this as completed in #1149 Jul 26, 2021
mergify bot pushed a commit 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.

Fixes #1148
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants