Moved sphinx files to an own folder

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-15 13:59:58 +01:00
parent 9fd96f01c9
commit c7c633621f
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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'