-
Notifications
You must be signed in to change notification settings - Fork 47
update build instructions #1020
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
base: main
Are you sure you want to change the base?
Conversation
|
I can update this today, I remember what is needed now I think |
| 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 | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
I think this a real error. This is from the API generation, unrelated to the cell execution. |
|
Yeah I had this a long time ago and never figured out how to fix it. |
it's intermittent? |
|
It was permanent for me locally |
Co-authored-by: Ian Hunt-Isaak <[email protected]>
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.