Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bio-IT
Template Pages Sphinx
Commits
7c631aa1
Commit
7c631aa1
authored
Oct 22, 2021
by
Lisanna
Browse files
basic sphinx template
parents
Pipeline
#26395
passed with stage
in 24 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
7c631aa1
pages
:
stage
:
deploy
image
:
python:3.6
script
:
-
pip install -U sphinx
-
sphinx-build -b html . public
artifacts
:
paths
:
-
public
\ No newline at end of file
README.md
0 → 100644
View file @
7c631aa1
# GitLab template - Sphinx
This template was developed by
[
Bio-IT community
](
https://bio-it.embl.de/
)
under the
[
Open Software License
](
/LICENSE.md
)
.
For a full introduction on how to use and customise these templates, check
[
this lesson
](
https://grp-bio-it-workshops.embl-community.io/building-websites-with-gitlab/
)
.
**Pushing**
this project to its remote repository triggers a
**pipeline**
to generate a static website from the
**reStructuredText**
files in the main folder, converted to HTML in
`public`
.
These instructions are specified in the
`.gitlab-ci.yml`
file.
Learn more about
[
GitLab Pages
](
https://about.gitlab.com/product/pages/
)
by consulting the official
[
documentation
](
https://docs.gitlab.com/ee/user/project/pages/
)
.
about.rst
0 → 100644
View file @
7c631aa1
About
=====
Hello, this is the about page of my project.
\ No newline at end of file
conf.py
0 → 100644
View file @
7c631aa1
# -- Project information -----------------------------------------------------
project
=
'My project'
copyright
=
'2021, Lisanna Paladin'
author
=
'Lisanna Paladin'
release
=
'1.0'
# -- Options for HTML output -------------------------------------------------
html_theme
=
'alabaster'
\ No newline at end of file
index.rst
0 → 100644
View file @
7c631aa1
Sphinx Example Website
======================
Contents:
.. toctree::
:maxdepth: 2
about.rst
\ No newline at end of file
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