Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adham Hashibon
force-bdss
Merge requests
!58
Release 0.1.0.dev2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 0.1.0.dev2
dev-2
into
master
Overview
1
Commits
2
Pipelines
0
Changes
3
Merged
Adham Hashibon
requested to merge
dev-2
into
master
7 years ago
Overview
1
Commits
2
Pipelines
0
Changes
3
Expand
Created by: stefanoborini
Release branch for 0.1.0.dev2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4f0aec5c
2 commits,
6 years ago
3 files
+
15
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
doc/source/conf.py
+
5
−
3
Options
@@ -9,7 +9,9 @@ import os
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)),
"
..
"
,
"
..
"
)
)
print
(
sys
.
path
)
from
force_bdss.__version__
import
VERSION
as
RELEASE
MOCK_MODULES
=
[]
def
_warn_node
(
self
,
msg
,
node
,
**
kwargs
):
@@ -58,8 +60,8 @@ source_suffix = '.rst'
master_doc
=
'
index
'
project
=
u
'
FORCE
'
copyright
=
u
'
2017, FORCE Project
'
version
=
'
0.1.0
'
release
=
'
0.1.0.dev0
'
version
=
"
.
"
.
join
(
RELEASE
.
split
(
"
.
"
)[
0
:
3
])
release
=
RELEASE
pygments_style
=
'
sphinx
'
html_theme
=
'
classic
'
html_static_path
=
[
'
_static
'
]
Loading