Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
lino-framework
lino
Commits
687d8df2
Commit
687d8df2
authored
Aug 16, 2016
by
Luc Saffre
Browse files
http://luc.lino-framework.org/blog/2016/0816.html
parent
da40c283
Changes
2
Hide whitespace changes
Inline
Side-by-side
invoke.yaml
deleted
100644 → 0
View file @
da40c283
# tolerate_sphinx_warnings: true
# blogger_project: blog
blogref_url
:
http://luc.lino-framework.org
revision_control_system
:
git
locale_dir
:
lino/modlib/lino_startup/locale
doc_trees
:
[]
tasks.py
View file @
687d8df2
# from atelier.invlib import add_demo_project
from
atelier.tasks
import
ns
ns
.
setup_from_tasks
(
globals
(),
"lino"
)
ns
.
configure
(
dict
(
languages
=
"en de fr et nl pt-br es"
.
split
()))
ns
.
setup_from_tasks
(
globals
(),
"lino"
,
languages
=
"en de fr et nl pt-br es"
.
split
(),
# tolerate_sphinx_warnings=True,
blogref_url
=
'http://luc.lino-framework.org'
,
revision_control_system
=
'git'
,
locale_dir
=
'lino/modlib/lino_startup/locale'
,
doc_trees
=
[])
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment