Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Periods
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
XCG
Odoo modules
Accounting Periods
Commits
59fb2058
Commit
59fb2058
authored
3 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
fix badge and link to 3.9 documentation
parent
5e50f1d5
No related branches found
No related tags found
1 merge request
!12
📚 fix badge and link to 3.9 documentation
Pipeline
#34879
failed
2 years ago
Stage: build
Stage: test
Stage: doc
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.badges/maturity.svg
+9
-9
9 additions, 9 deletions
.badges/maturity.svg
doc/conf.py
+2
-3
2 additions, 3 deletions
doc/conf.py
with
11 additions
and
12 deletions
.badges/maturity.svg
+
9
−
9
View file @
59fb2058
<?xml version="1.0" encoding="UTF-8" ?>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"
9
1"
height=
"20"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"1
77
"
height=
"20"
>
<linearGradient
id=
"b"
x2=
"0"
y2=
"100%"
>
<stop
offset=
"0"
stop-color=
"#bbb"
stop-opacity=
".1"
/>
<stop
offset=
"1"
stop-opacity=
".1"
/>
</linearGradient>
<mask
id=
"anybadge_1"
>
...
...
@@ -3,8 +3,8 @@
<linearGradient
id=
"b"
x2=
"0"
y2=
"100%"
>
<stop
offset=
"0"
stop-color=
"#bbb"
stop-opacity=
".1"
/>
<stop
offset=
"1"
stop-opacity=
".1"
/>
</linearGradient>
<mask
id=
"anybadge_1"
>
<rect
width=
"
9
1"
height=
"20"
rx=
"3"
fill=
"#fff"
/>
<rect
width=
"1
77
"
height=
"20"
rx=
"3"
fill=
"#fff"
/>
</mask>
<g
mask=
"url(#anybadge_1)"
>
...
...
@@ -9,8 +9,8 @@
</mask>
<g
mask=
"url(#anybadge_1)"
>
<path
fill=
"#555"
d=
"M0 0h
44
v20H0z"
/>
<path
fill=
"#4c1"
d=
"M
44
0h
47
v20H
44
z"
/>
<path
fill=
"url(#b)"
d=
"M0 0h
9
1v20H0z"
/>
<path
fill=
"#555"
d=
"M0 0h
61
v20H0z"
/>
<path
fill=
"#4c1"
d=
"M
61
0h
116
v20H
61
z"
/>
<path
fill=
"url(#b)"
d=
"M0 0h1
77
v20H0z"
/>
</g>
<g
fill=
"#fff"
...
...
@@ -18,8 +18,8 @@
font-family=
"DejaVu Sans,Verdana,Geneva,sans-serif"
font-size=
"11"
>
<text
x=
"
23.0
"
y=
"15"
fill=
"#010101"
fill-opacity=
".3"
>
pylint
</text>
<text
x=
"
22.0
"
y=
"14"
>
pylint
</text>
<text
x=
"
31.5
"
y=
"15"
fill=
"#010101"
fill-opacity=
".3"
>
maturity
</text>
<text
x=
"
30.5
"
y=
"14"
>
maturity
</text>
</g>
<g
fill=
"#fff"
...
...
@@ -27,7 +27,7 @@
font-family=
"DejaVu Sans,Verdana,Geneva,sans-serif"
font-size=
"11"
>
<text
x=
"
68.5
"
y=
"15"
fill=
"#010101"
fill-opacity=
".3"
>
Stable
</text>
<text
x=
"
67.5
"
y=
"14"
>
Stable
</text>
<text
x=
"
120.0
"
y=
"15"
fill=
"#010101"
fill-opacity=
".3"
>
Production/
Stable
</text>
<text
x=
"
119.0
"
y=
"14"
>
Production/
Stable
</text>
</g>
</svg>
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
3
View file @
59fb2058
...
...
@@ -60,7 +60,7 @@
# General information about the project.
project
=
d
[
"
name
"
]
copyright
=
"
2018, XCG Consulting
"
copyright
=
"
2018,
2022
XCG Consulting
"
author
=
d
[
"
author
"
]
module_nospace
=
project
.
replace
(
"
"
,
""
)
module_description
=
d
.
get
(
"
summary
"
,
""
)
...
...
@@ -142,8 +142,7 @@
)
]
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
"
https://docs.python.org/3/
"
:
None
}
intersphinx_mapping
=
{
"
https://docs.python.org/3.9/
"
:
None
}
#
...
...
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