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
b72e9f46
Commit
b72e9f46
authored
3 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[doc] pre-commit cleanup
parent
aa8d094d
No related branches found
No related tags found
1 merge request
!88
Update pre commit
Pipeline
#59767
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/conf.py
+5
-6
5 additions, 6 deletions
doc/conf.py
with
5 additions
and
6 deletions
doc/conf.py
+
5
−
6
View file @
b72e9f46
...
...
@@ -10,7 +10,6 @@ import pkg_resources
# a list of builtin themes.
import
sphinx_rtd_theme
# For inter-documentation mapping:
from
bob.extension.utils
import
link_documentation
from
bob.extension.utils
import
load_requirements
...
...
@@ -82,8 +81,8 @@ source_suffix = ".rst"
master_doc
=
"
index
"
# General information about the project.
project
=
u
"
beat.backend.python
"
copyright
=
u
"
%s, Idiap Research Institute
"
%
time
.
strftime
(
"
%Y
"
)
project
=
"
beat.backend.python
"
copyright
=
"
%s, Idiap Research Institute
"
%
time
.
strftime
(
"
%Y
"
)
# Grab the setup entry
distribution
=
pkg_resources
.
require
(
project
)[
0
]
...
...
@@ -133,8 +132,8 @@ pygments_style = "sphinx"
# Some variables which are useful for generated material
project_variable
=
project
.
replace
(
"
.
"
,
"
_
"
)
short_description
=
u
"
BEAT Platform (Python backend)
"
owner
=
[
u
"
Idiap Research Institute
"
]
short_description
=
"
BEAT Platform (Python backend)
"
owner
=
[
"
Idiap Research Institute
"
]
# -- Options for HTML output ---------------------------------------------------
...
...
@@ -212,7 +211,7 @@ html_favicon = "img/favicon.ico"
# html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename
=
project_variable
+
u
"
_doc
"
htmlhelp_basename
=
project_variable
+
"
_doc
"
# -- Post configuration --------------------------------------------------------
...
...
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