Open
Conversation
Collaborator
|
I can update this today, I remember what is needed now I think |
ianhi
reviewed
Jul 2, 2025
Comment on lines
+25
to
+31
| pip install \ | ||
| mkdocs "mkdocs-material[imaging]" \ | ||
| mkdocs-include-markdown-plugin mkdocs-open-in-new-tab mkdocs-breadcrumbs-plugin \ | ||
| mkdocs-mermaid2-plugin mkdocs-minify-plugin mkdocs-awesome-pages-plugin \ | ||
| mkdocs-macros-plugin mkdocs-git-revision-date-localized-plugin mkdocstrings \ | ||
| mkdocstrings-python mkdocs-jupyter markdown-exec | ||
| ``` |
Collaborator
There was a problem hiding this comment.
I followed the instructions here and didn't seem to need this step.
did you possibly have multiple wheels built? I don't thnk the lss command we were using was sorting by date by default.
ianhi
reviewed
Jul 2, 2025
Collaborator
I think this a real error. This is from the API generation, unrelated to the cell execution. |
Collaborator
|
Yeah I had this a long time ago and never figured out how to fix it. |
Collaborator
it's intermittent? |
Collaborator
|
It was permanent for me locally |
Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update reflects my attempt to get the docs building locally.
Despite this, I am still unable to get the docs building. I am getting many
WARNING - markdown_exec: Execution of python code block exited with errorswhich indicate some problem with my environment.@ianhi - do you have any guidance for getting a local doc build environment working beyond what I have documented in this PR?
Error Log
I had to shorten the full stack trace to get GH to allow me to paste.