forked from Controls/gitea-pages
add logo
This commit is contained in:
+2
-3
@@ -1,9 +1,8 @@
|
||||
image: registry.hub.docker.com/bitnami/minideb:bullseye
|
||||
|
||||
before_script:
|
||||
# following ones get updated, so they are not installed from Debian package repo: python3-sphinx python3-pybtex-docutils
|
||||
#- apt-get install -y python3-sphinx && apt-get clean
|
||||
- install_packages pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml python3-pybtex
|
||||
# following ones get updated, so they are not installed from Debian package repo: python3-sphinx python3-pybtex python3-pybtex-docutils
|
||||
- install_packages pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml
|
||||
- pip install jupyter-book && rm -r /root/.cache/pip
|
||||
|
||||
pages:
|
||||
|
||||
+2
-3
@@ -1,9 +1,8 @@
|
||||
FROM registry.hub.docker.com/bitnami/minideb:bullseye
|
||||
|
||||
#RUN apt-get update
|
||||
# following ones get updated, so they are not installed from Debian package repo: python3-sphinx python3-pybtex-docutils
|
||||
RUN install_packages pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml python3-pybtex
|
||||
#RUN apt-get install -y pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml python3-pybtex && apt-get clean && rm -r /var/lib/apt /usr/share/doc /usr/share/man
|
||||
# following ones get updated, so they are not installed from Debian package repo: python3-sphinx python3-pybtex python3-pybtex-docutils
|
||||
RUN install_packages pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml
|
||||
RUN pip install jupyter-book && rm -r /root/.cache/pip
|
||||
|
||||
RUN mkdir -p /root/documentation
|
||||
|
||||
+4
-4
@@ -2,8 +2,8 @@
|
||||
# Learn more at https://jupyterbook.org/customize/config.html
|
||||
|
||||
title: Linux Documentation
|
||||
author: Linux
|
||||
# logo: logo.png
|
||||
author: Core Linux Research Services
|
||||
logo: logo.png
|
||||
|
||||
# Force re-execution of notebooks on each build.
|
||||
# See https://jupyterbook.org/content/execute.html
|
||||
@@ -17,11 +17,11 @@ latex:
|
||||
|
||||
# Information about where the book exists on the web
|
||||
repository:
|
||||
url: https://git.psi.ch/linux-infra/documentation # Online location of your book
|
||||
url: https://git.psi.ch/linux-infra/documentation # The URL to your book's repository
|
||||
# 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
|
||||
# Add GitLab buttons to your book
|
||||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
|
||||
html:
|
||||
use_issues_button: true
|
||||
|
||||
Reference in New Issue
Block a user