Skip to content

Commit 1eb66e9

Browse files
committed
[conf] Try fix ci
1 parent f78aceb commit 1eb66e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

conf.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
# list see the documentation:
55
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

7-
# -- Path setup --------------------------------------------------------------
8-
97
from __future__ import annotations
108
from datetime import datetime
119
import yaml
1210

1311
# -- Split configurations ----------------------------------------------------
1412

15-
from _conf.schemas import _schemas
16-
from _conf.deploy import D
13+
from ._conf.schemas import _schemas
14+
from ._conf.deploy import D
1715

1816
# For `.. only::` directive.
1917
if D.is_private():

0 commit comments

Comments
 (0)