sphinx-mdinclude icon indicating copy to clipboard operation
sphinx-mdinclude copied to clipboard

Markdown extension for Sphinx

Results 20 sphinx-mdinclude issues
Sort by recently updated
recently updated
newest added

Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. Commits 65a38c4 Release 7.1.0 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle defd315 latest pycodestyle 408d4d6 Merge pull request #1930 from mzagol/patch-1 866ad72 Add --extend-exclude...

dependencies
python

Bumps [attribution](https://github.com/omnilib/attribution) from 1.7.1 to 1.8.0. Changelog Sourced from attribution's changelog. v1.8.0 Feature release New: experimental support for updating versions in npm package files (#185) $ git shortlog -s v1.7.1...v1.8.0...

dependencies
python

### Description Characters in an inline code block are converted to html, but should be left untouched. For example, with this README.md: The function returns a `std::vector&` the output is:...

I'd like to be able to ``` .. mdinclude:: https://url.com/myfile.md ``` Is this possible? Related posts with same question: - https://github.com/CrossNox/m2r2/issues/51 - https://stackoverflow.com/questions/73105800/can-we-provide-link-of-the-md-in-the-markdown-to-restructuredtext-converter-rath

Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.2.0. Commits 16f5f28 Release 7.2.0 ebad305 Merge pull request #1974 from PyCQA/update-plugins d56d569 update versions of pycodestyle / pyflakes a7e8f62 Merge pull request #1973 from...

dependencies
python

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.8.0. Changelog Sourced from coverage's changelog. Version 7.8.0 — 2025-03-30 Added a new source_dirs setting for symmetry with the existing source_pkgs setting. It's preferable to...

dependencies
python

Bumps [flit](https://github.com/pypa/flit) from 3.9.0 to 3.12.0. Changelog Sourced from flit's changelog. Release history Version 3.12 Support for license expressions using the AND and OR operators (:ghpull:731). Recognise __version__: str =...

dependencies
python

Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.5.1 to 2.8.0. Changelog Sourced from ufmt's changelog. v2.8.0 Feature release New: passes more sorting options to ruff-api to replicate usort options (#247) Deps: ruff support depends...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.15.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release Different Property Getter and Setter Types Mypy now supports using different types for property...

dependencies
python

### Description When building the documentation with Sphinx 8.1.3, the build breaks with a bizarre warning/error message: ``` $ sphinx-build -W -b html docs docs/_build/html Running Sphinx v8.1.3 root =...