mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-28 18:30:24 +02:00
Compare commits
No commits in common. "c7c633621f7ce5f7f956ad5fdea6cf11a4a464b9" and "f6a42a4a5d7f24dbef2babfe82e3d027aff7a7b0" have entirely different histories.
c7c633621f
...
f6a42a4a5d
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
# You can set these variables from the command line, and also
|
# You can set these variables from the command line, and also
|
||||||
# from the environment for the first two.
|
# from the environment for the first two.
|
||||||
SPHINXOPTS ?= -c .
|
SPHINXOPTS ?=
|
||||||
SPHINXBUILD ?= sphinx-build
|
SPHINXBUILD ?= sphinx-build
|
||||||
SOURCEDIR = ../
|
SOURCEDIR = /home/kevinveenbirkenbach/Repositories/github.com/kevinveenbirkenbach/cymais/
|
||||||
BUILDDIR = ../docs
|
BUILDDIR = docs
|
||||||
|
|
||||||
# Put it first so that "make" without argument is like "make help".
|
# Put it first so that "make" without argument is like "make help".
|
||||||
help:
|
help:
|
@ -6,8 +6,6 @@
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
project = 'CyMaIS - Cyber Master Infrastructure Solution'
|
project = 'CyMaIS - Cyber Master Infrastructure Solution'
|
||||||
copyright = '2025, Kevin Veen-Birkenbach'
|
copyright = '2025, Kevin Veen-Birkenbach'
|
||||||
author = 'Kevin Veen-Birkenbach'
|
author = 'Kevin Veen-Birkenbach'
|
||||||
@ -29,12 +27,11 @@ html_theme = 'alabaster'
|
|||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
'**': [
|
'**': [
|
||||||
'localtoc.html', # Zeigt die lokale Navigation an
|
'globaltoc.html', # globales Inhaltsverzeichnis
|
||||||
'relations.html', # Vorherige/Nächste Seite
|
'relations.html', # Prev/Next Navigation
|
||||||
'searchbox.html', # Suchfeld
|
'searchbox.html', # Suchfeld
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'fixed_sidebar': True,
|
'fixed_sidebar': True,
|
||||||
}
|
}
|
||||||
@ -57,3 +54,9 @@ myst_enable_extensions = [
|
|||||||
"colon_fence", # Für erweiterte Syntax wie ::: Hinweisboxen etc.
|
"colon_fence", # Für erweiterte Syntax wie ::: Hinweisboxen etc.
|
||||||
# weitere Erweiterungen nach Bedarf
|
# weitere Erweiterungen nach Bedarf
|
||||||
]
|
]
|
||||||
|
#
|
||||||
|
#myst_xref_ignore = [
|
||||||
|
# r"\./roles/.*",
|
||||||
|
# "../"
|
||||||
|
#]
|
||||||
|
|
10
index.rst
10
index.rst
@ -1,10 +1,10 @@
|
|||||||
Cyber Master Infrastructure Solution documentation
|
.. CyMaIS - Cyber Master Infrastructure Solution documentation
|
||||||
===========================================================
|
===========================================================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 5
|
||||||
:caption: About CyMaIS:
|
:caption: Index:
|
||||||
:glob:
|
:glob:
|
||||||
|
:titlesonly:
|
||||||
|
|
||||||
*
|
**
|
||||||
roles/index.rst
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
test
|
|
||||||
|
|
||||||
# h1
|
|
@ -1,13 +0,0 @@
|
|||||||
Applications and Roles
|
|
||||||
===========================================================
|
|
||||||
|
|
||||||
.. include:: ./README.md
|
|
||||||
:parsers: myst_parser
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
:caption: Included Applications:
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
*/README
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user