Releases: TDKorn/sphinx-github-style
Releases · TDKorn/sphinx-github-style
v1.2.2
v1.2.1
v1.2.0
Changes
- Simplify syntax highlighting approach - now highlights 100% of function/method calls
Full Changelog: v1.1.2...v1.2.0
v1.1.1
Bug Fixes
- Make sure
top_level
can always be determined - Fix bug causing single page html builds on readthedocs to fail
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Changes
Improved Syntax Highlighting
Improved the lexer and Pygments style to highlight code blocks nearly identical to GitHub
- Properly highlights all functions/methods in the package as well as in all imported packages
- Now also highlights classes, type hints, imports, builtins
v1.0.5 | v.1.1.0 |
---|---|
Improved GitHub source code links
Updated the default linkcode_resolve()
to
- Add source code links for properties and
functools.cached_property
- Work with repos that have any file structure, for example
src/pkg_dir
- Work with decorated functions
Full Changelog: v1.0.5...v1.1.0
v1.0.5
Avoid calling get_top_level()
unless needed
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Add back top_level
confval
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Update get_top_level()
and add get_repo_dir()
- Use git to get top-level module since the issue with gh-pages deployments is finally fixed
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
First fully functional release!
Full Changelog: https://github.com/TDKorn/sphinx-github-style/commits/v1.0.1