Skip to content

Tags: amyreese/sphinx-mdinclude

Tags

v0.5.2

Toggle v0.5.2's commit message
Maintenance release

- Add support for docutils `0.19` (omnilib#8)
- Enable building docs without installing package (omnilib#6)

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bugfix release

- Fix autolinks (omnilib#3, omnilib#2)

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

- Support for mistune 2.0 with major refactoring of codebase
- Removal of sphinx configuration options with better defaults

v0.5.0b1

Toggle v0.5.0b1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

- Support for mistune 2.0 with major refactoring of codebase
- Removal of sphinx configuration options with better defaults

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

- Forked project from m2r2
- Renamed package to `sphinx-mdinclude`
- Removes CLI to focus on Sphinx extension
- Remove mermaid extension support
- Overhauled documentation with less boilerplate
- Move tests into `sphinx_mdinclude` namespace
- Pin dependencies to mistune<1.0 and docutils<0.18
- Build using flit instead of setuptools
- Formatted with latest black and µsort

v0.4.0b1

Toggle v0.4.0b1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Beta release

* Forked project from m2r2
* Renamed package to `sphinx-mdinclude`
* Removes CLI to focus on Sphinx extension
* Overhauled documentation with less boilerplate
* Move tests into `sphinx_mdinclude` namespace
* Pin dependencies to mistune<1.0 and docutils<0.18
* Build using flit instead of setuptools
* Formatted with latest black and µsort

v0.3.1

Toggle v0.3.1's commit message
* Fix argparse for python3.10

v0.3.0

Toggle v0.3.0's commit message
* Add support for mermaid code

* Change bump for bump2version

v0.2.8

Toggle v0.2.8's commit message
* Fix bug that made multiple inline mathematical expressions fail to …

…render

v0.2.7

Toggle v0.2.7's commit message
* Add official python3.9 support

* Fix classifiers