chore: remove redundant default sample configuration

This commit is contained in:
Rodweil, Theodor 2023-08-07 19:22:21 +02:00
parent 118c206178
commit b2e0443eaa
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
2 changed files with 3 additions and 138 deletions

View file

@ -3,12 +3,9 @@
"""
__author__ = 'theodor.rodweil@victory-k.it'
__copyright__ = '2023 - Victory Karma IT'
__license__ = 'UNLICENSED'
__license__ = 'DL-DE-BY-2.0'
__version__ = "1.0"
import sys
from pathlib import Path
# -- Project information -------------------------------------------------------
project = 'Default Sample'
@ -25,9 +22,9 @@ extensions = ['xconfluencebuilder']
exclude_patterns = ['Pipfile*', 'build', '.DS_Store', '.venv']
confluence_server_url = 'https://confluence.adesso.de/'
confluence_server_url = 'https://confluence.example.com/'
confluence_space_key = '~Tiara.Rodney@adesso.de'
confluence_space_key = 'SampleSpace'
confluence_publish = True