Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
c5ed2280
Commit
c5ed2280
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
add nbsphinx
parent
9b1313a5
dev
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/conf.py
+9
-7
docs/source/conf.py
with
9 additions
and
7 deletions
+9
-7
docs/source/conf.py
+
9
-
7
View file @
c5ed2280
...
...
@@ -34,13 +34,15 @@ release = '0.0.1beta'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[
"recommonmark"
,
"sphinx_copybutton"
,
"sphinx.ext.autodoc"
,
"sphinx.ext.napoleon"
,
"sphinx.ext.viewcode"
,
"sphinx.ext.mathjax"
,
]
extensions
=
[
"nbsphinx"
,
"recommonmark"
,
"sphinx_copybutton"
,
"sphinx.ext.autodoc"
,
"sphinx.ext.napoleon"
,
"sphinx.ext.viewcode"
,
"sphinx.ext.mathjax"
,
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets