Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
user-manual
manual-build
Commits
5b6589c7
Commit
5b6589c7
authored
Apr 12, 2019
by
Kristina Hoeppner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf-common: Add 19.04 as release to show in linked versions
parent
6076af09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
source/conf-common.py
source/conf-common.py
+2
-2
No files found.
source/conf-common.py
View file @
5b6589c7
...
...
@@ -16,9 +16,9 @@ import sys, os, datetime
html_context
=
{
#mahara_releases is used to build the user manual links
'mahara_releases'
:
[
'18.10'
,
'18.04'
,
'17.10'
],
'mahara_releases'
:
[
'19.04'
,
'18.10'
,
'18.04'
,
'17.10'
],
#all_mahara_releases is used to build the full list of user manual links on all_releases.html
'all_mahara_releases'
:
[
'18.10'
,
'18.04'
,
'17.10'
,
'17.04'
,
'16.10'
,
'16.04'
,
'15.10'
,
'15.04'
,
'1.10'
,
'1.9'
,
'1.8'
,
'1.7'
,
'1.6'
,
'1.5'
,
'1.4'
]
'all_mahara_releases'
:
[
'19.04'
,
'18.10'
,
'18.04'
,
'17.10'
,
'17.04'
,
'16.10'
,
'16.04'
,
'15.10'
,
'15.04'
,
'1.10'
,
'1.9'
,
'1.8'
,
'1.7'
,
'1.6'
,
'1.5'
,
'1.4'
]
}
# If extensions (or modules to document with autodoc) are in another directory,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment