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
RTD
It shows many deprecation warnings that we don't need to worry about. and that makes searching for the word 'warning' difficult.
'warning'
Even if you search and look carefully, you realize the actual warning message that causes the built to fail is not shown! 💁
at the moment the command is: uv run sphinx-build -T -W --keep-going -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
uv run sphinx-build -T -W --keep-going -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It shows many deprecation warnings that we don't need to worry about. and that makes searching for the word
'warning'
difficult.Even if you search and look carefully, you realize the actual warning message that causes the built to fail is not shown! 💁
at the moment the command is:
uv run sphinx-build -T -W --keep-going -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
The text was updated successfully, but these errors were encountered: