Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
iPPIDB
ippidb-web
Merge requests
!31
Prepare for v1.1.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Prepare for v1.1.2
master
into
release
Overview
0
Commits
8
Pipelines
1
Changes
6
Merged
Fabien MAREUIL
requested to merge
master
into
release
4 years ago
Overview
0
Commits
8
Pipelines
1
Changes
6
Expand
Bug fix:
ascii error during sphinx process, set LC_CTYPE environment variable to en_US.UTF-8
Update:
add chain id in json response from api request
0
0
Merge request reports
Compare
release
release (base)
and
latest version
latest version
33b53201
8 commits,
4 years ago
6 files
+
12
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
ippisite/docs/source/conf.py
+
4
−
0
Options
@@ -60,6 +60,7 @@ extensions = [
"
sphinxcontrib.bibtex
"
,
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
"
_templates
"
]
@@ -69,6 +70,9 @@ templates_path = ["_templates"]
# source_suffix = ['.rst', '.md']
source_suffix
=
"
.rst
"
# The encoding of all reST source files.
source_encoding
=
"
utf-8-sig
"
# The master toctree document.
master_doc
=
"
index
"
Loading