Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ewoksdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
workflow
ewoksapps
ewoksdata
Merge requests
!111
Silx api break
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Silx api break
silx_api_break
into
main
Overview
0
Commits
4
Pipelines
2
Changes
10
Merged
Wout De Nolf
requested to merge
silx_api_break
into
main
1 month ago
Overview
0
Commits
4
Pipelines
2
Changes
10
Expand
See
bliss/blissdata!43 (merged)
Edited
1 month ago
by
Wout De Nolf
0
0
Merge request reports
Compare
main
version 1
349bedd1
1 month ago
main (base)
and
latest version
latest version
827720ab
4 commits,
1 month ago
version 1
349bedd1
3 commits,
1 month ago
10 files
+
85
−
88
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
doc/conf.py
+
4
−
2
Options
@@ -4,11 +4,13 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
from
ewoksdata
import
__version__
as
release
import
importlib.metadata
release
=
importlib
.
metadata
.
version
(
"
ewoksdata
"
)
project
=
"
ewoksdata
"
version
=
"
.
"
.
join
(
release
.
split
(
"
.
"
)[:
2
])
copyright
=
"
2021-202
4
, ESRF
"
copyright
=
"
2021-202
5
, ESRF
"
author
=
"
ESRF
"
docstitle
=
f
"
{
project
}
{
version
}
"
Loading