-
Notifications
You must be signed in to change notification settings - Fork 16.1k
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
infra: rtd build bump #17083
infra: rtd build bump #17083
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
docs/api_reference/conf.py
Outdated
@@ -93,7 +93,7 @@ def setup(app): | |||
"sphinx.ext.autosummary", | |||
"sphinx.ext.napoleon", | |||
"sphinx.ext.viewcode", | |||
"sphinxcontrib.autodoc_pydantic", | |||
# "sphinxcontrib.autodoc_pydantic", |
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.
compatibility issue - can dig more if works without in rtd
@@ -33,7 +33,7 @@ | |||
<link rel="stylesheet" href="{{ pathto(css, 1) }}" type="text/css" /> | |||
{%- endif %} | |||
{%- endfor %} | |||
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" /> | |||
<link rel="stylesheet" href="{{ pathto('_static/css/custom.css', 1) }}" type="text/css" /> |
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.
injected variables changed between v5 and v7
@@ -2,13 +2,13 @@ | |||
-e libs/langchain | |||
-e libs/core | |||
-e libs/community | |||
autodoc_pydantic==1.9.0 |
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.
2.0 requires pydantic 2
No description provided.