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

Disable latex output #3510

Merged
merged 1 commit into from Apr 13, 2022
Merged

Disable latex output #3510

merged 1 commit into from Apr 13, 2022

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Apr 13, 2022

This might fix RTD build failure on main branch, something that does not happen on pull requests.

Related: https://twitter.com/readthedocs/status/1507388916013314048
Related: sphinx-doc/sphinx#10332

This might fix RTD build failure on main branch, something that does
not happen on pull requests.
@ssbarnea ssbarnea requested a review from webknjaz as a code owner April 13, 2022 18:09
@ssbarnea ssbarnea merged commit 64494cf into ansible:main Apr 13, 2022
@ssbarnea ssbarnea deleted the fix/rtd branch April 13, 2022 18:17
@cblegare
Copy link

cblegare commented Apr 14, 2022

@ssbarnea

The place in Sphinx 4.5.0 where your build fails looks like this: https://github.com/sphinx-doc/sphinx/blob/4.5.x/sphinx/builders/latex/__init__.py#L266. This variable comes directly from self.document_data which is set by latex_documents which is a 6-tuple https://www.sphinx-doc.org/en/master/usage/configuration.html?highlight=latex_documents#confval-latex_documents

You had a 4-tuple:

 latex_documents = [(master_doc, "Molecule.tex", "Molecule Documentation", "manual")]

AUTHOR.rst was removed in #3491 since the file didn't exist. The configuration variable still needs something.

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

Successfully merging this pull request may close these issues.

None yet

2 participants