Skip to content

Releases: TDKorn/sphinx-github-style

v1.2.2

15 May 05:04
Compare
Choose a tag to compare

Changes

  • (#3) Fix issue with overriding pygments_style in Sphinx v7.3.0+

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Apr 11:35
Compare
Choose a tag to compare

Changes

  • Refactoring

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Feb 23:00
Compare
Choose a tag to compare

Changes

  • Simplify syntax highlighting approach - now highlights 100% of function/method calls

Full Changelog: v1.1.2...v1.2.0

v1.1.1

07 Feb 06:35
Compare
Choose a tag to compare

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

21 Jan 06:39
Compare
Choose a tag to compare

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.5v.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

11 Sep 17:42
Compare
Choose a tag to compare

Avoid calling get_top_level() unless needed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

11 Sep 05:18
Compare
Choose a tag to compare

Add back top_level confval

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Sep 05:05
Compare
Choose a tag to compare

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

27 Apr 11:24
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Feb 07:52
Compare
Choose a tag to compare

First fully functional release!

Full Changelog: https://github.com/TDKorn/sphinx-github-style/commits/v1.0.1