Skip to content
Snippets Groups Projects
Commit 3773a447 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 !213
parents 71e17398 4a65a387
No related branches found
No related tags found
1 merge request!213Remove requirement for sphinxcontrib-ansi
Pipeline #
[buildout] [buildout]
parts = sysegg scripts django node bower help parts = sysegg scripts django node bower help
extensions = mr.developer extensions = mr.developer
index = https://pypi.org/simple
auto-checkout = * auto-checkout = *
eggs = beat.core eggs = beat.core
beat.cmdline beat.cmdline
...@@ -74,7 +75,6 @@ eggs = alabaster ...@@ -74,7 +75,6 @@ eggs = alabaster
six six
snowballstemmer snowballstemmer
Sphinx Sphinx
sphinxcontrib-ansi
sphinxcontrib-httpdomain sphinxcontrib-httpdomain
sphinxcontrib-mscgen sphinxcontrib-mscgen
sphinxcontrib-programoutput sphinxcontrib-programoutput
......
...@@ -47,7 +47,6 @@ extensions = [ ...@@ -47,7 +47,6 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinxcontrib.ansi',
'sphinxcontrib.programoutput', 'sphinxcontrib.programoutput',
] ]
......
...@@ -51,7 +51,6 @@ needs_sphinx = '1.3' ...@@ -51,7 +51,6 @@ needs_sphinx = '1.3'
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'sphinx.ext.todo', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.coverage',
'sphinx.ext.ifconfig', 'sphinx.ext.ifconfig',
...@@ -62,11 +61,8 @@ extensions = [ ...@@ -62,11 +61,8 @@ extensions = [
'sphinx.ext.graphviz', 'sphinx.ext.graphviz',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinxcontrib.ansi',
'sphinxcontrib.programoutput', 'sphinxcontrib.programoutput',
'sphinxcontrib.httpdomain', 'sphinxcontrib.httpdomain',
] ]
import sphinx import sphinx
...@@ -321,9 +317,3 @@ intersphinx_mapping = dict( ...@@ -321,9 +317,3 @@ intersphinx_mapping = dict(
def setup(app): def setup(app):
pass 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
...@@ -305,9 +305,3 @@ intersphinx_mapping = dict( ...@@ -305,9 +305,3 @@ intersphinx_mapping = dict(
def setup(app): def setup(app):
pass 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
...@@ -67,7 +67,6 @@ setup( ...@@ -67,7 +67,6 @@ setup(
"simplejson", "simplejson",
"sphinx", "sphinx",
"sphinxcontrib-programoutput", "sphinxcontrib-programoutput",
"sphinxcontrib-ansi",
"sphinxcontrib-httpdomain", "sphinxcontrib-httpdomain",
"sphinx-rtd-theme", "sphinx-rtd-theme",
"matplotlib", "matplotlib",
......
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