Skip to content
Snippets Groups Projects
Commit 6602a993 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'no-ansi' into 'master'

Remove requirement for sphinxcontrib-ansi



See merge request !8
parents 04c9a168 faccaaa4
No related branches found
No related tags found
1 merge request!8Remove requirement for sphinxcontrib-ansi
Pipeline #
......@@ -44,7 +44,6 @@ needs_sphinx = '1.3'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
......@@ -56,9 +55,7 @@ extensions = [
'sphinx.ext.graphviz',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinxcontrib.ansi',
'sphinxcontrib.programoutput',
]
# Always includes todos
......@@ -307,9 +304,3 @@ intersphinx_mapping = dict(
def setup(app):
pass
# If True, ANSI colour sequences in program output are interpreted. To use this
# feature, the extension sphinxcontrib.ansi must be enabled and configured. If
# missing or False, these sequences are not interpreted, but appear in
# documentation unchanged.
programoutput_use_ansi = True
......@@ -62,7 +62,6 @@ setup(
"termcolor",
"sphinx",
"sphinx-rtd-theme",
"sphinxcontrib-ansi",
"sphinxcontrib-programoutput",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment