Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nils Brüggemann
pyicon
Commits
ca1f91c8
Commit
ca1f91c8
authored
Sep 02, 2021
by
Nils Brüggemann
Browse files
conf.py: Try to get improved documentation with automatic API listings.
parent
b116a276
Pipeline
#10459
failed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
ca1f91c8
...
...
@@ -30,9 +30,15 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[
'sphinx.ext.autodoc'
,
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.todo'
,
'sphinx.ext.imgmath'
]
'sphinx.ext.imgmath'
,
'nbsphinx'
,
"sphinx_copybutton"
,
"IPython.sphinxext.ipython_directive"
,
"IPython.sphinxext.ipython_console_highlighting"
,
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
@@ -51,8 +57,8 @@ html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html',
# General information about the project.
project
=
u
'pyicon'
copyright
=
u
'2020,
ICON
team'
author
=
u
'
ICON
team'
copyright
=
u
'2020,
pyicon
team'
author
=
u
'
pyicon
team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
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