Doc linking changes
This commit is contained in:
parent
305bbe4d5e
commit
343d630245
14 changed files with 125 additions and 120 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue