Skip to content
GitLab
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
Sep 16, 2023
by
BO ZHANG
🏀
Browse files
add nbsphinx
parent
9b1313a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/conf.py
View file @
c5ed2280
...
@@ -34,13 +34,15 @@ release = '0.0.1beta'
...
@@ -34,13 +34,15 @@ release = '0.0.1beta'
# Add any Sphinx extension module names here, as strings. They can be
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
extensions
=
[
"recommonmark"
,
extensions
=
[
"sphinx_copybutton"
,
"nbsphinx"
,
"sphinx.ext.autodoc"
,
"recommonmark"
,
"sphinx.ext.napoleon"
,
"sphinx_copybutton"
,
"sphinx.ext.viewcode"
,
"sphinx.ext.autodoc"
,
"sphinx.ext.mathjax"
,
"sphinx.ext.napoleon"
,
]
"sphinx.ext.viewcode"
,
"sphinx.ext.mathjax"
,
]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
templates_path
=
[
'_templates'
]
...
...
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