-
I tried to install this package by cloning the repo and running `pip install -e .`
It fails with the error:
```
ERROR: Could not find a version that satisfies the requirement pygments-style-solar…
-
### Is your change request related to a problem? Please describe.
When using `show_source` the code snippet has a `span` and `codelineno` ID per line, e.g. ``.
If referencing the same line in …
-
It seems to me that setting some values for the override (aka the `conf.py` file) don't override theme set options. Example:
```toml
[tool.mudkip]
preset = "furo"
title = "my-epic-docs"
[tool…
-
From [kotlinlang.org, companion objects](https://kotlinlang.org/docs/object-declarations.html#companion-objects)
> The name of the companion object can be omitted, in which case the name Companion …
-
On a fresh clone in MacOS Ventura, with julia 1.8.0:
`make test` gives: ALL TESTS PASSED.
But `make compile` gives
```
This is PythonTeX 0.18
multiprocessing.pool.RemoteTraceback:
"""
T…
-
screenshot:
ptpython config:
```python
repl.install_ui_colorscheme("my-colorscheme", custom_ui_colorscheme)
repl.use_ui_colorscheme("my-colorscheme")
from ptpython.style import …
-
Sphinx allows setting the pygments style not only via `"stylename"` but also via a string containing `module.Class` syntax
(handled in
https://github.com/sphinx-doc/sphinx/blob/35965903177c6ed9a6af…
-
Actual:
This theme:
-
```swift
let 🐄 = 22
```
should not highlight 🐄 as an error.
https://pygments.org/demo/?lexer=swift&style=solarized-light&formatter=html&code=let+%F0%9F%90%84+%3D+22
-
[https://python-prompt-toolkit.readthedocs.io/en/stable/pages/printing_text.html#printing-text](url)
shows this code
`from prompt_toolkit.styles import Style
style = Style.from_dict({
'pyg…