sphinxcontrib-programoutput icon indicating copy to clipboard operation
sphinxcontrib-programoutput copied to clipboard

Sphinx extension for capturing program output

Results 10 sphinxcontrib-programoutput issues
Sort by recently updated
recently updated
newest added

When I run the tests with pytest 8.2.0, I get the following errors: ~~~~ =================================== FAILURES =================================== _____________ TestDirective.test_shell_with_unexpected_return_code _____________ self = @with_content("""\ .. program-output:: python3 -c 'import sys; sys.exit("some...

```python new_node['language'] = 'text' ``` Why not allow user to change a language?

First, thank you for creating this extension and publishing it. I found it very useful! The current cache mechanism is only in memory, and it's no so straight how to...

Looks like python executable name is hardcoded doc/index.rst ```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.1.1 making output directory... done loading intersphinx inventory from...

In my current use case I'm capturing the help output of a command within a project I'm documenting. Something like so: ```rst .. command-output:: python -m package.command --help ``` Which...

enhancement

Hey! I'm the maintainer for [`sphinx-autorun`](https://github.com/hobarrera/sphinx-autorun), and it seems that we've quite a bit overlap. (Your docs seem to be far more complete though!) I'm wondering if you're willing to...

Hi! 👋 I package this project for Arch Linux. I noticed that although the [top-level LICENSE file](https://github.com/OpenNTI/sphinxcontrib-programoutput/blob/b140d1284823d358bae45433d5f2030a557d78cd/LICENSE) is BSD-3-Clause, the files all appear to only be BSD-2-Clause (see e.g. [`setup.py`](https://github.com/OpenNTI/sphinxcontrib-programoutput/blob/b140d1284823d358bae45433d5f2030a557d78cd/setup.py#L2-L24),...

Hi! 👋 I package this project for Arch Linux. With 0.18 I noticed that I was unable to run tests as before, because none of the test tools I tried...

This PR introduces the ability to render program output using **Rich** in an SVG format. When Rich mode is active, the output is styled with colors and formatting, resulting in...