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
CamiTK
Docs
Commits
ac4b1ff1
Commit
ac4b1ff1
authored
Dec 02, 2019
by
Emmanuel Promayon
Browse files
FIXED sphinx ci install + more info in the Makefile
parent
6bd3e1ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ac4b1ff1
...
...
@@ -3,10 +3,10 @@ image: alpine
pages
:
script
:
-
apk --no-cache add py2-pip python-dev
-
pip install sphinx
-
pip install sphinx
recommonmark sphinx_rtd_theme
-
apk --no-cache add make
-
make html
-
mv
_
build/html/ public/
-
mv build/html/ public/
artifacts
:
paths
:
-
public
...
...
Makefile
View file @
ac4b1ff1
# Makefile for Sphinx documentation
#
# On debian (buster), you need first to install sphinx, rtd theme and recommonmark
#
# This should do the trick:
# - sudo apt install python3-sphinx-rtd-theme python3-recommonmark
#
# You can set these variables from the command line.
...
...
src/index.rst
View file @
ac4b1ff1
...
...
@@ -20,7 +20,7 @@ Enjoy the `CamiTK wiki <https://camitk.gricad-pages.univ-grenoble-alpes.fr/Docs/
Getting Started/index
Getting Started/CamiTK Overviews/CamiTK_architecture
Getting Started/Examples and Tutorials/CamiTK_development_tutorial
CamiTK Tools/*
..
CamiTK Tools/*
CamiTK Versions/*
Highlighted Features/*
Advanced Topics/*
...
...
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