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

Provide a language argument for the code blocks #71

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

seahawk1986
Copy link
Contributor

If no language argument for the code blocks is given, I get those warnings when building the documentation during a package build on a Ubuntu 20.04 system:

/build/dasbus-1.6.8+git20211005-g92f1841-92f1841/docs/development.rst:7: WARNING: Error in "code-block" directive:
1 argument(s) required, 0 supplied.

.. code-block::

    make container-ci
/build/dasbus-1.6.8+git20211005-g92f1841-92f1841/docs/development.rst:13: WARNING: Error in "code-block" directive:
1 argument(s) required, 0 supplied.

.. code-block::

If no language argument for the code blocks is given, I get those warnings when building the documentation during a package build on a Ubuntu 20.04 system:
````
/build/dasbus-1.6.8+git20211005-g92f1841-92f1841/docs/development.rst:7: WARNING: Error in "code-block" directive:
1 argument(s) required, 0 supplied.

.. code-block::

    make container-ci
/build/dasbus-1.6.8+git20211005-g92f1841-92f1841/docs/development.rst:13: WARNING: Error in "code-block" directive:
1 argument(s) required, 0 supplied.

.. code-block::
````
Copy link
Contributor

@poncovka poncovka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@poncovka poncovka added the documentation Improvements or additions to documentation label Oct 8, 2021
@poncovka poncovka merged commit 2f785af into dasbus-project:master Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

Successfully merging this pull request may close these issues.

3 participants