Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
b9f567c70982
Commit
f0f17841
authored
Dec 07, 2018
by
Laurent Wouters
Browse files
[doc] Configuration for readthedocs.org
parent
53d69a8adeb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf.py
View file @
b9f567c7
#!/usr/bin/python
# -*- coding: UTF-8 -*-
from
subprocess
import
call
source_suffix
=
[
'.rst'
]
master_doc
=
'index'
project
=
'CubicWeb Linked Data Browser'
author
=
'Laurent Wouters <lwouters@cenotelie.fr>'
copyright
=
'Copyright 2003-2018 LOGILAB S.A. (Paris, FRANCE), all rights reserved'
\ No newline at end of file
copyright
=
'Copyright 2003-2018 LOGILAB S.A. (Paris, FRANCE), all rights reserved'
call
([
"npm"
,
"install"
,
"--prefix"
,
"libview"
])
call
([
"npm"
,
"run"
,
"doc"
,
"--prefix"
,
"libview"
])
Write
Preview
Supports
Markdown
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