forked from Controls/gitea-pages
test
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
image: continuumio/miniconda3:latest
|
||||
|
||||
before_script:
|
||||
- pip install jupyter-book sphinxcontrib_bibtex==1.0.0
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- python --version
|
||||
- jupyter-book build .
|
||||
- echo "copy content to public folder"
|
||||
- mkdir .public
|
||||
- cp -r ./_build/html/* .public
|
||||
- mv .public public
|
||||
tags:
|
||||
- shared
|
||||
- gitlab-pages
|
||||
- docker
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
# Book settings
|
||||
# Learn more at https://jupyterbook.org/customize/config.html
|
||||
|
||||
title: Linux Documentation
|
||||
author: Linux
|
||||
logo: logo.png
|
||||
|
||||
# Force re-execution of notebooks on each build.
|
||||
# See https://jupyterbook.org/content/execute.html
|
||||
execute:
|
||||
execute_notebooks: force
|
||||
|
||||
# Define the name of the latex output file for PDF builds
|
||||
latex:
|
||||
latex_documents:
|
||||
targetname: book.tex
|
||||
|
||||
# Information about where the book exists on the web
|
||||
repository:
|
||||
url: https://git.psi.ch/linux-infra/documentation # Online location of your book
|
||||
# path_to_book: documentation # Optional path to your book, relative to the repository root
|
||||
branch: master # Which branch of the repository should be used when creating links (optional)
|
||||
|
||||
# Add GitHub buttons to your book
|
||||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
|
||||
html:
|
||||
use_issues_button: true
|
||||
use_repository_button: true
|
||||
@@ -0,0 +1,19 @@
|
||||
# Table of content
|
||||
# Learn more at https://jupyterbook.org/customize/toc.html
|
||||
#
|
||||
# - file: intro
|
||||
# - file: user_guide
|
||||
# sections:
|
||||
# - file: user_standard_infrastructure
|
||||
# - file: user_standard_directory_structure
|
||||
# - file: user_ioc_configuration_modules_drivers
|
||||
# - file: user_ioc_utilities
|
||||
# - file: user_application_packaging
|
||||
# - file: user_utilities
|
||||
# - file: user_development
|
||||
# - file: admin_guide
|
||||
# sections:
|
||||
# - file: admin_standard_infrastructure
|
||||
# - file: admin_standard_directory_structure
|
||||
|
||||
- file: intro
|
||||
Reference in New Issue
Block a user