New forge coding added
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user