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

doc: broken interop.rst #3776

Closed
LeeTibbert opened this issue Feb 16, 2024 · 3 comments
Closed

doc: broken interop.rst #3776

LeeTibbert opened this issue Feb 16, 2024 · 3 comments
Assignees

Comments

@LeeTibbert
Copy link
Contributor

LeeTibbert commented Feb 16, 2024

Looks like recent changes to "interop.rst" broke it. Life happens.

Doc build log file from some WIP to fix Issue ##2687.

There are two additional errors in the log file. I think they are cascade errors after the first.

I'll try to take a run at it/them after I finish my current work.

/mnt/scala_native/2024/PR_doc_makedocs_I2687_2024-02-16T1323-0500/docs/user/interop.rst:132: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 15 supplied.

.. code-block:: C
  int vprintf(const char * format, va_list arg);
  int printf(const char * format, ... );
@ekrich ekrich self-assigned this Feb 16, 2024
@ekrich
Copy link
Member

ekrich commented Feb 16, 2024

This doesn't fix the makedocs issue (I had to pip install sphinx-last-updated-by-git) but makes the code generate so maybe the other can be a separate PR. #3777

@LeeTibbert
Copy link
Contributor Author

Looks like I did not get PR #3778 finished quickly enough to help you. The intent was there.

@LeeTibbert
Copy link
Contributor Author

I believe that Ekrich's now merged PR #3777 fixes this. Thanks Eric.

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

No branches or pull requests

2 participants