chore: remove redundant default sample configuration
This commit is contained in:
parent
118c206178
commit
b2e0443eaa
2 changed files with 3 additions and 138 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue