Doc linking changes

This commit is contained in:
Griatch 2022-11-09 20:25:22 +01:00
parent 305bbe4d5e
commit 343d630245
14 changed files with 125 additions and 120 deletions

View file

@ -7,9 +7,12 @@ directive somewhere.
import re
from collections import defaultdict
from sphinx.errors import DocumentError
from os.path import abspath, dirname
from os.path import join as pathjoin
from os.path import relpath
from pathlib import Path
from os.path import abspath, dirname, join as pathjoin, relpath
from sphinx.errors import DocumentError
_IGNORE_FILES = []
_SOURCEDIR_NAME = "source"