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

Dont init wrong fields in download #131

Merged
merged 7 commits into from
Aug 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add intersphinx mapping for pydantic
  • Loading branch information
jl-wynen committed Aug 16, 2023
commit b0f93743bf41ed0abeeac52deab65e8fc8d2a407
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@

intersphinx_mapping = {
"fabric": ("https://docs.fabfile.org/en/latest", None),
"hypothesis": ("https://hypothesis.readthedocs.io/en/latest/", None),
"python": ("https://docs.python.org/3", None),
"hypothesis": ("https://hypothesis.readthedocs.io/en/latest", None),
"paramiko": ("https://docs.paramiko.org/en/latest", None),
"pydantic": ("https://docs.pydantic.dev/latest", None),
"python": ("https://docs.python.org/3", None),
}

# autodocs includes everything, even irrelevant API internals. autosummary
Expand Down