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

Sphinx build failed #27

Closed
terrencetec opened this issue Oct 28, 2021 · 1 comment
Closed

Sphinx build failed #27

terrencetec opened this issue Oct 28, 2021 · 1 comment
Labels
notes Some notes

Comments

@terrencetec
Copy link
Owner

For future readers, the solution for this problem is to pin docutils<0.18 in your requirements.txt file, and have a .readthedocs.yaml file with these contents:

version: 2

python:
   install:
   - requirements: docs/requirements.txt

More information in our docs.

Originally posted by @astrojuanlu in readthedocs/readthedocs.org#8616 (comment)

@terrencetec terrencetec added the notes Some notes label Oct 28, 2021
@terrencetec
Copy link
Owner Author

Fixed by setting docutils<0.18

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

No branches or pull requests

1 participant