Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
mkdocstrings
/
python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51
Star
278
Code
Issues
9
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
python
src
mkdocstrings_handlers
python
on
2.0.0
User selector
All users
All time
Commit history
Commits on Nov 27, 2025
refactor: Remove deprecated code for v2
pawamoy
committed
c10afdb
View commit details
Copy full SHA for c10afdb
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
refactor: Don't expect a `config_file_path` attribute on passed tool config
Show description for 440cc45
pawamoy
committed
440cc45
View commit details
Copy full SHA for 440cc45
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
refactor: Update code base for Python 3.10
pawamoy
committed
b696ed2
View commit details
Copy full SHA for b696ed2
View code at this point
Browse repository at this point
docs: Remove Insiders links
pawamoy
committed
6354622
View commit details
Copy full SHA for 6354622
View code at this point
Browse repository at this point
feat: Release scoped and relative cross-references
pawamoy
committed
872afc5
View commit details
Copy full SHA for 872afc5
View code at this point
Browse repository at this point
feat: Release `__all__` ordering feature
pawamoy
committed
84aaebc
View commit details
Copy full SHA for 84aaebc
View code at this point
Browse repository at this point
feat: Release public filter feature
pawamoy
committed
3be14cc
View commit details
Copy full SHA for 3be14cc
View code at this point
Browse repository at this point
feat: Release backlinks feature
pawamoy
committed
ae7cc2d
View commit details
Copy full SHA for ae7cc2d
View code at this point
Browse repository at this point
feat: Release expression modernization feature
pawamoy
committed
dbadd1e
View commit details
Copy full SHA for dbadd1e
View code at this point
Browse repository at this point
feat: Release visually-lighter admonitions for source code blocks
pawamoy
committed
fdaeb48
View commit details
Copy full SHA for fdaeb48
View code at this point
Browse repository at this point
feat: Release inheritance diagram features
pawamoy
committed
669b42e
View commit details
Copy full SHA for 669b42e
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
chore: Template upgrade
pawamoy
committed
6d60023
View commit details
Copy full SHA for 6d60023
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
fix: Normalize spaces to underscores when passing object to rendering context using its kind as key
Show description for 6f79be0
pawamoy
committed
6f79be0
View commit details
Copy full SHA for 6f79be0
View code at this point
Browse repository at this point
fix: Don't show implementation signature of `__init__` method when
Show description for 9ef620f
pawamoy
committed
9ef620f
View commit details
Copy full SHA for 9ef620f
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
feat: Support PEP 695 generics
Show description for dc8c3ad
viccie30
and
pawamoy
authored
dc8c3ad
View commit details
Copy full SHA for dc8c3ad
View code at this point
Browse repository at this point
Commits on Aug 24, 2025
fix: Increase maximum recursion limit in case of deeply nested ASTs (rare occurrence)
Show description for 6004ccf
pawamoy
committed
6004ccf
View commit details
Copy full SHA for 6004ccf
View code at this point
Browse repository at this point
Commits on Aug 14, 2025
feat: Support new Griffe parsing options `warn_missing_types` and `warnings`
Show description for 0e3bdb8
pawamoy
committed
0e3bdb8
View commit details
Copy full SHA for 0e3bdb8
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
feat: Add `skip_local_inventory` option to prevent objects from being registered in the local objects inventory
Show description for e82c24f
johnslavik
authored
e82c24f
View commit details
Copy full SHA for e82c24f
View code at this point
Browse repository at this point
ci: Remove type ignore comment
pawamoy
committed
baf3fac
View commit details
Copy full SHA for baf3fac
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
refactor: Deprecate `locale` option in favor of mkdocstrings'
Show description for 17f71ba
pawamoy
authored
17f71ba
View commit details
Copy full SHA for 17f71ba
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
docs: Move `show_attribute_values` option into "signatures" group
pawamoy
committed
a1bce97
View commit details
Copy full SHA for a1bce97
View code at this point
Browse repository at this point
Commits on Jul 9, 2025
feat: Support hiding attribute values
Show description for 6cf34b9
johnslavik
authored
6cf34b9
View commit details
Copy full SHA for 6cf34b9
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
feat: Support hiding implementation signature (showing overload only)
Show description for d3b35e1
johnslavik
authored
d3b35e1
View commit details
Copy full SHA for d3b35e1
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
ci: Fix Ruff warnings
pawamoy
committed
f2b3bb0
View commit details
Copy full SHA for f2b3bb0
View code at this point
Browse repository at this point
Commits on Jun 3, 2025
ci: Type variable to satisfy Mypy
pawamoy
committed
bac553d
View commit details
Copy full SHA for bac553d
View code at this point
Browse repository at this point
Commits on Jun 2, 2025
fix: Only replace CSS class in first *highlighting* span
Show description for d57740f
pawamoy
committed
d57740f
View commit details
Copy full SHA for d57740f
View code at this point
Browse repository at this point
Commits on May 23, 2025
fix: Fix highlighting for signature with known special names like `__init__`
Show description for 7f95686
pawamoy
committed
7f95686
View commit details
Copy full SHA for 7f95686
View code at this point
Browse repository at this point
Commits on May 20, 2025
fix: Use default font-size for parameter headings
Show description for 0a35b20
pawamoy
committed
0a35b20
View commit details
Copy full SHA for 0a35b20
View code at this point
Browse repository at this point
fix: Prevent uppercasing H5 titles (by Material for MkDocs)
Show description for ba66969
pawamoy
committed
ba66969
View commit details
Copy full SHA for ba66969
View code at this point
Browse repository at this point
fix: Use configured heading even when signature is not separated
Show description for 096960a
pawamoy
authored
096960a
View commit details
Copy full SHA for 096960a
View code at this point
Browse repository at this point
fix: Render attribute names without full path in ToC
Show description for d4e618a
davlee1972
authored
d4e618a
View commit details
Copy full SHA for d4e618a
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
fix: Fix inventory `base_url` being ignored
Show description for 8870eb9
connesy
authored
8870eb9
View commit details
Copy full SHA for 8870eb9
View code at this point
Browse repository at this point
fix: Use `toc_label` option in a few missing places
Show description for 337b46b
pawamoy
committed
337b46b
View commit details
Copy full SHA for 337b46b
View code at this point
Browse repository at this point
Commits on Mar 22, 2025
fix: Prevent infinite recursion by detecting parent-member cycles
Show description for f3917e9
pawamoy
committed
f3917e9
View commit details
Copy full SHA for f3917e9
View code at this point
Browse repository at this point
refactor: Prepare feature for ordering by `__all__` value
Show description for bfb5b30
pawamoy
committed
bfb5b30
View commit details
Copy full SHA for bfb5b30
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.