New forge coding added

This commit is contained in:
=
2026-06-04 23:21:39 +08:00
parent 518eb06591
commit 8da92ced57
288 changed files with 52017 additions and 1913 deletions
+3 -4
View File
@@ -14,11 +14,10 @@ release = 'mxpic'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
import os
import sys
sys.path.insert(0, os.path.abspath('..\\')) # Points to your mxpic code
sys.path.insert(0, os.path.abspath('..\\..\\')) # Points to your mxpic code
# sys.path.insert(0, os.path.abspath('..\\..\\..\\')) # Points to your mxpic code
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[2]))
extensions = [
'sphinx.ext.autodoc', # Automatically pull docstrings