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
Problem with generating docs in readthedocs. Works locally and on github. The problem seems to be the empty "..code-block::" directive.
/home/docs/checkouts/readthedocs.org/user_builds/eiffellib/checkouts/stable/docs/examples.rst:10: WARNING: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: # From https://hub.docker.com/_/rabbitmq docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 -p 5672:5672 rabbitmq:3-management ../README.rst:40: WARNING: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: # From https://hub.docker.com/_/rabbitmq docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 -p 5672:5672 rabbitmq:3-management looking for now-outdated files... none found
Readthedocs documentation should always work.
Working documentation
none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Problem with generating docs in readthedocs. Works locally and on github.
The problem seems to be the empty "..code-block::" directive.
Motivation
Readthedocs documentation should always work.
Exemplification
Benefits
Working documentation
Possible Drawbacks
none
The text was updated successfully, but these errors were encountered: