Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
453b9620
Commit
453b9620
authored
Apr 08, 2021
by
Fabien MAREUIL
Browse files
fix encoding to utf-8
parent
b05c29e9
Pipeline
#53201
failed with stages
in 15 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ippisite/docs/source/conf.py
View file @
453b9620
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment