remove invalid reference

This commit is contained in:
2024-08-07 14:35:32 +02:00
parent a3d7b36a44
commit 58e5f69b70
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ RUN install_packages pip jupyter-notebook python3-anyio python3-greenlet python3
# limit to v0.14.0 until there is a fix for https://github.com/executablebooks/jupyter-book/issues/1964
RUN pip install jupyter-book==0.14.0 && rm -r /root/.cache/pip
RUN mkdir -p /root/documentation
COPY . /root/documentation
RUN cd /root/documentation && jupyter-book build .
# RUN mkdir -p /root/documentation
# COPY . /root/documentation
# RUN cd /root/documentation && jupyter-book build .
# TODO make build book accessible through a webserver
-1
View File
@@ -83,7 +83,6 @@ chapters:
- file: admin-guide/deployment/sysdb_env
- file: admin-guide/deployment/ipxe
- file: admin-guide/deployment/kickstart
- file: admin-guide/deployment/infrastructure
- file: admin-guide/guidelines
- file: admin-guide/puppet
sections: