mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Docs improvements
This commit is contained in:
parent
cf5f140d02
commit
014100da1a
4 changed files with 11 additions and 7 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue