Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
4a65a387
There was a problem fetching the pipeline summary.
Commit
4a65a387
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Remove requirement for sphinxcontrib-ansi
parent
71e17398
No related branches found
No related tags found
1 merge request
!213
Remove requirement for sphinxcontrib-ansi
Pipeline
#
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
buildout.cfg
+1
-1
1 addition, 1 deletion
buildout.cfg
doc/admin/conf.py
+0
-1
0 additions, 1 deletion
doc/admin/conf.py
doc/api/conf.py
+0
-10
0 additions, 10 deletions
doc/api/conf.py
doc/user/conf.py
+0
-6
0 additions, 6 deletions
doc/user/conf.py
setup.py
+0
-1
0 additions, 1 deletion
setup.py
with
1 addition
and
19 deletions
buildout.cfg
+
1
−
1
View file @
4a65a387
[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
...
...
This diff is collapsed.
Click to expand it.
doc/admin/conf.py
+
0
−
1
View file @
4a65a387
...
@@ -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
'
,
]
]
...
...
This diff is collapsed.
Click to expand it.
doc/api/conf.py
+
0
−
10
View file @
4a65a387
...
@@ -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
This diff is collapsed.
Click to expand it.
doc/user/conf.py
+
0
−
6
View file @
4a65a387
...
@@ -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
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
4a65a387
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment