Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
a7a67e73
Unverified
Commit
a7a67e73
authored
May 23, 2018
by
Nina Breznik
Committed by
GitHub
May 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update conf.py
parent
ee86d630
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
conf.py
docs/conf.py
+11
-2
No files found.
docs/conf.py
View file @
a7a67e73
...
@@ -36,7 +36,16 @@ templates_path = ['_templates']
...
@@ -36,7 +36,16 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
# source_suffix = ['.rst', '.md']
source_suffix
=
'.md'
from
recommonmark.parser
import
CommonMarkParser
source_parsers
=
{
'.md'
:
CommonMarkParser
,
}
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
source_suffix
=
[
'.rst'
,
'.md'
]
html
# The encoding of source files.
# The encoding of source files.
#source_encoding = 'utf-8-sig'
#source_encoding = 'utf-8-sig'
...
@@ -139,7 +148,7 @@ html_theme = 'default'
...
@@ -139,7 +148,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[]
html_static_path
=
[
'_static'
]
# Add any extra paths that contain custom files (such as robots.txt or
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# .htaccess) here, relative to this directory. These files are copied
...
...
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