We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
% python3 setup.py build_sphinx running build_sphinx error: error in 'source_dir' option: 'doc/en/' does not exist or is not a directory
Changing this to
[build_sphinx] source-dir = doc
in setup.cfg fixes the problem.
The text was updated successfully, but these errors were encountered:
Original comment by @hpk42
fix issue289: fix build_sphinx target, thanks Barry Warsaw.
→ <<cset 569f3abbc262>>
Sorry, something went wrong.
No branches or pull requests
Changing this to
in setup.cfg fixes the problem.
The text was updated successfully, but these errors were encountered: