Docs improvements

This commit is contained in:
Roger Maitland 2022-07-15 11:20:24 -04:00
parent cf5f140d02
commit 014100da1a
4 changed files with 11 additions and 7 deletions

View file

@ -14,7 +14,7 @@ import os
import sys
build123d_path = os.path.dirname(os.path.abspath(os.getcwd()))
source_files_path = os.path.join(build123d_path, "../")
source_files_path = os.path.join(build123d_path, "src", "build123d")
sys.path.insert(0, source_files_path)
sys.path.append(os.path.abspath("sphinxext"))
sys.path.insert(0, os.path.abspath("."))
@ -22,7 +22,7 @@ sys.path.insert(0, os.path.abspath("../"))
# -- Project information -----------------------------------------------------
project = "Build123D"
project = "build123d"
copyright = "2022, Gumyr"
author = "Gumyr"