Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
f7aa90e5
Commit
f7aa90e5
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
add mermaid to sphinx extensions and doc dependencies
parent
b4c7e487
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!124
Enhance docstrings
Pipeline
#123262
passed with stages
Stage: test
Stage: build
in 2 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/conf.py
+1
-0
1 addition, 0 deletions
docs/source/conf.py
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
2 additions
and
0 deletions
docs/source/conf.py
+
1
−
0
View file @
f7aa90e5
...
@@ -24,6 +24,7 @@ extensions = [
...
@@ -24,6 +24,7 @@ extensions = [
"
sphinx.ext.intersphinx
"
,
"
sphinx.ext.intersphinx
"
,
"
sphinx.ext.napoleon
"
,
# parameters look better than with numpydoc only
"
sphinx.ext.napoleon
"
,
# parameters look better than with numpydoc only
"
numpydoc
"
,
"
numpydoc
"
,
"
sphinxcontrib.mermaid
"
,
]
]
# autosummaries from source-files
# autosummaries from source-files
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
f7aa90e5
...
@@ -60,6 +60,7 @@ doc = [
...
@@ -60,6 +60,7 @@ doc = [
"numpydoc>
=
1.1
",
"numpydoc>
=
1.1
",
"sphinx-design>
=
0.3
",
"sphinx-design>
=
0.3
",
"myst-parser>
=
0.18
",
"myst-parser>
=
0.18
",
"sphinxcontrib-mermaid>
=
0.7
",
"docutils>
=
0.18
", # mdinclude with myst
"docutils>
=
0.18
", # mdinclude with myst
]
]
test
=
["pytest-cov>
=
3
"]
test
=
["pytest-cov>
=
3
"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment