MkDocs validation and Export internal linking (#10368)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
8558bec402
commit
632c906578
22 changed files with 289 additions and 279 deletions
|
|
@ -32,6 +32,7 @@ from pathlib import Path
|
|||
|
||||
from tqdm import tqdm
|
||||
|
||||
os.environ["JUPYTER_PLATFORM_DIRS"] = "1" # fix DeprecationWarning: Jupyter is migrating to use standard platformdirs
|
||||
DOCS = Path(__file__).parent.resolve()
|
||||
SITE = DOCS.parent / "site"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue