Skip to content

Commit 27137c5

Browse files
authored
Merge pull request italia#743 from italia/1.0.1-fix
fix: version in sphinx conf
2 parents 4394043 + 6e414ee commit 27137c5

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,25 @@ Furthermore, this project uses the git *branches* and *tags* in the following wa
3535
Each time a release is created or edited, a preview is built based on the tag the release refers to.
3636
A preview of the latest editor's copy build, corresponding to the branch `versione-corrente` can be navigated using the following link:
3737

38+
English version:
39+
3840
- [Editor's Copy](https://italia.github.io/eid-wallet-it-docs/versione-corrente/en/)
3941

42+
Versione Italiana:
43+
44+
- [Ultima versione in corso di sviluppo](https://italia.github.io/eid-wallet-it-docs/versione-corrente/it/)
4045

4146
### Releases
4247

4348
Released versions can be navigated by adding the tag in the webpath leaded by a _v_, as follows:
4449

50+
Italian:
51+
52+
- [https://italia.github.io/eid-wallet-it-docs/releases/v1.0.1/it/](https://italia.github.io/eid-wallet-it-docs/releases/v1.0.1-1/it/)
53+
54+
English:
55+
56+
- [https://italia.github.io/eid-wallet-it-docs/releases/v1.0.1/en/](https://italia.github.io/eid-wallet-it-docs/releases/v1.0.1-1/en/)
4557
- [https://italia.github.io/eid-wallet-it-docs/releases/v1.0.0/en/](https://italia.github.io/eid-wallet-it-docs/releases/v1.0.0/en/)
4658
- [https://italia.github.io/eid-wallet-it-docs/releases/v0.9.3/en/](https://italia.github.io/eid-wallet-it-docs/releases/v0.9.3/en/)
4759
- [https://italia.github.io/eid-wallet-it-docs/releases/v0.9.2/en/](https://italia.github.io/eid-wallet-it-docs/releases/v0.9.2/en/)

docs/en/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
settings_project_name = "IT-Wallet Technical Documentation"
66
# settings_copyright_copyleft = 'Dipartimento per la Trasformazione Digitale'
77
settings_editor_name = 'Dipartimento per la Trasformazione Digitale'
8-
settings_doc_version = '1.0.0'
8+
settings_doc_version = '1.0.1'
99
settings_doc_release = "versione-corrente"
1010
settings_basename = 'eid-wallet-it-docs'
1111
settings_file_name = 'eid-wallet-it-docs'
@@ -201,7 +201,7 @@
201201

202202
# The name for this set of Sphinx documents. If None, it defaults to
203203
# "<project> v<release> documentation".
204-
html_title = f"{settings_project_name} - {version}"
204+
html_title = f"{settings_project_name}"
205205

206206
# A shorter title for the navigation bar. Default is the same as html_title.
207207
# html_short_title = "IT-Wallet"

docs/it/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
settings_project_name = "IT-Wallet Technical Documentation"
66
# settings_copyright_copyleft = 'Dipartimento per la Trasformazione Digitale'
77
settings_editor_name = 'Dipartimento per la Trasformazione Digitale'
8-
settings_doc_version = '1.0.0'
8+
settings_doc_version = '1.0.1'
99
settings_doc_release = "versione-corrente"
1010
settings_basename = 'eid-wallet-it-docs'
1111
settings_file_name = 'eid-wallet-it-docs'
@@ -201,7 +201,7 @@
201201

202202
# The name for this set of Sphinx documents. If None, it defaults to
203203
# "<project> v<release> documentation".
204-
html_title = f"{settings_project_name} - {version}"
204+
html_title = f"{settings_project_name}"
205205

206206
# A shorter title for the navigation bar. Default is the same as html_title.
207207
# html_short_title = "IT-Wallet"

0 commit comments

Comments
 (0)