Version 0.2 finally first commit
This commit is contained in:
18
docs/conf.py
Normal file
18
docs/conf.py
Normal file
@@ -0,0 +1,18 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Set project root directory for Sphinx documentation
|
||||
sys.path.insert(0, os.path.abspath('../src'))
|
||||
|
||||
# Project information
|
||||
project = 'subdomain_server'
|
||||
author = 'BipolarExpedition({authorName})'
|
||||
release = '0.0.1'
|
||||
|
||||
# Configure other options as necessary, such as:
|
||||
html_theme = 'alabaster' # Example, can choose others like 'sphinx_rtd_theme'
|
||||
|
||||
# simply add the extension to your list of extensions
|
||||
extensions = ['myst_parser']
|
||||
|
||||
source_suffix = ['.rst', '.md']
|
||||
Reference in New Issue
Block a user