Skip to content

Releases: tardyp/sphinx-jinja

1.2.1

20 Dec 22:35
v1.2.1
Compare
Choose a tag to compare

1.2.1

untight the dependency on jinja2 from ^2.11 to >=2.11

1.2.0

  • switch test to pytest
  • Use jinja_base for debug printing template files
  • Add Environment customization for kwargs, filters, tests, globals, and policies
  • Refactor debug printing and fix urllib import
  • Use debug in tests - currently breaks on 3.7+
  • Add CI environments for 3.6, 3.7, 3.8, 3.9, and 3.10
  • Add requirements to requirements.txt and setup.py
  • Add MIT license file
  • README.rst: add debug option
  • README.rst: fix formatting

1.1.0

28 Aug 12:24
1.1.0
3f660d6
Compare
Choose a tag to compare

1.1.0

  • Don't let header_char modify the default config in-place
  • Allow parallel builds

1.0.0

28 Aug 11:37
1.0.0
39156f7
Compare
Choose a tag to compare

1.0.0

  • update changelog
  • add github url in home page
  • Allow not passing a context (i.e., empty dict)
  • Support `.. include::` in template