diff --git a/Makefile b/sphinx/Makefile similarity index 81% rename from Makefile rename to sphinx/Makefile index b0c4d2f6..b7101885 100644 --- a/Makefile +++ b/sphinx/Makefile @@ -3,10 +3,10 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -c . SPHINXBUILD ?= sphinx-build -SOURCEDIR = /home/kevinveenbirkenbach/Repositories/github.com/kevinveenbirkenbach/cymais/ -BUILDDIR = docs +SOURCEDIR = ../ +BUILDDIR = ../docs # Put it first so that "make" without argument is like "make help". help: diff --git a/conf.py b/sphinx/conf.py similarity index 99% rename from conf.py rename to sphinx/conf.py index c4a7f415..74cf3ffc 100644 --- a/conf.py +++ b/sphinx/conf.py @@ -6,6 +6,8 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information +import sys + project = 'CyMaIS - Cyber Master Infrastructure Solution' copyright = '2025, Kevin Veen-Birkenbach' author = 'Kevin Veen-Birkenbach'