mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add missing re-exports to `sphinx.util.console
`
This commit is contained in:
parent
5b9fb9e060
commit
68cbf4ee11
@ -7,6 +7,11 @@ import shutil
|
||||
import sphinx._cli.util.colour
|
||||
from sphinx._cli.util.colour import ( # NoQA: F401
|
||||
_create_input_mode_colour_func,
|
||||
black,
|
||||
blink,
|
||||
blue,
|
||||
bold,
|
||||
brown,
|
||||
colourise,
|
||||
darkblue,
|
||||
darkgray,
|
||||
|
Loading…
Reference in New Issue
Block a user