Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.backend.python
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.backend.python
Commits
59a85d75
Commit
59a85d75
authored
2 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix_sphinx_warning' into 'master'
Fix extra links to follow latest format See merge request
!90
parents
13c93508
47dcb77c
Branches
master
No related tags found
1 merge request
!90
Fix extra links to follow latest format
Pipeline
#99418
passed
4 days ago
Stage: build
Stage: deploy
Changes
2
Pipelines
345
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conda/meta.yaml
+5
-5
5 additions, 5 deletions
conda/meta.yaml
doc/conf.py
+6
-10
6 additions, 10 deletions
doc/conf.py
with
11 additions
and
15 deletions
conda/meta.yaml
+
5
−
5
View file @
59a85d75
...
@@ -65,11 +65,11 @@ test:
...
@@ -65,11 +65,11 @@ test:
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
requires
:
requires
:
-
bob.extension
-
bob.extension
-
ddt
-
ddt
{{ ddt }}
-
nose
-
nose
{{ nose }}
-
coverage
-
coverage
{{ coverage }}
-
sphinx
-
sphinx
{{ sphinx }}
-
sphinx_rtd_theme
-
sphinx_rtd_theme
{{ sphinx_rtd_theme }}
about
:
about
:
home
:
https://www.idiap.ch/software/beat/
home
:
https://www.idiap.ch/software/beat/
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
6
−
10
View file @
59a85d75
...
@@ -12,7 +12,6 @@ import sphinx_rtd_theme
...
@@ -12,7 +12,6 @@ import sphinx_rtd_theme
# For inter-documentation mapping:
# For inter-documentation mapping:
from
bob.extension.utils
import
link_documentation
from
bob.extension.utils
import
link_documentation
from
bob.extension.utils
import
load_requirements
# -- General configuration -----------------------------------------------------
# -- General configuration -----------------------------------------------------
...
@@ -241,14 +240,11 @@ if "BOB_DOCUMENTATION_SERVER" not in os.environ:
...
@@ -241,14 +240,11 @@ if "BOB_DOCUMENTATION_SERVER" not in os.environ:
"
BOB_DOCUMENTATION_SERVER
"
"
BOB_DOCUMENTATION_SERVER
"
]
=
"
https://www.idiap.ch/software/beat/docs/beat/%(name)s/%(version)s/|https://www.idiap.ch/software/beat/docs/beat/%(name)s/master/
"
]
=
"
https://www.idiap.ch/software/beat/docs/beat/%(name)s/%(version)s/|https://www.idiap.ch/software/beat/docs/beat/%(name)s/master/
"
sphinx_requirements
=
"
extra-intersphinx.txt
"
intersphinx_mapping
=
link_documentation
()
if
os
.
path
.
exists
(
sphinx_requirements
):
intersphinx_mapping
=
link_documentation
(
additional_packages
=
[
"
python
"
,
"
numpy
"
]
+
load_requirements
(
sphinx_requirements
)
)
else
:
intersphinx_mapping
=
link_documentation
()
# Adds simplejson, pyzmq links
# Adds simplejson, pyzmq links
intersphinx_mapping
[
"
http://simplejson.readthedocs.io/en/stable/
"
]
=
None
intersphinx_mapping
[
"
simplejson
"
]
=
(
intersphinx_mapping
[
"
http://pyzmq.readthedocs.io/en/stable/
"
]
=
None
"
http://simplejson.readthedocs.io/en/stable/
"
,
None
,
)
intersphinx_mapping
[
"
pyzmq
"
]
=
(
"
http://pyzmq.readthedocs.io/en/stable/
"
,
None
)
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