-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.py
More file actions
51 lines (35 loc) · 1.48 KB
/
conf.py
File metadata and controls
51 lines (35 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Configuration file for the Sphinx documentation builder.
import os
import sys
# -- Path setup --------------------------------------------------------------
# If extensions or modules to document with autodoc are in another directory,
# add these directories to sys.path here.
# Example: sys.path.insert(0, os.path.abspath('../src'))
# -- Project information -----------------------------------------------------
project = 'Windows 12 Download'
copyright = '2025, Windows 12 Download'
author = 'Windows 12 Download'
# The full version, including alpha/beta/rc tags
release = '1.0.0'
# -- HTML output settings ----------------------------------------------------
# Title shown in the browser tab and top of HTML pages
html_title = "Windows 12 Download – Official ISO, Features & Installation Guide"
# Optional short title (e.g., for nav bar)
html_short_title = "Windows 12 Download "
# Favicon (place favicon.ico in the root or _static folder)
html_favicon = 'favicon.ico'
# Choose a theme (uncomment if needed)
# html_theme = 'sphinx_rtd_theme'
# Hide "View page source"
html_show_sourcelink = False
# Allow raw HTML blocks in .rst files
html_allow_unsafe = True
# Theme customization options
html_theme_options = {
'show_powered_by': False,
}
# Paths to templates and static files
templates_path = ['_templates']
# html_static_path = ['_static'] # Uncomment if you have static assets
# Patterns to ignore when looking for source files
# exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']