We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78aceb commit 1eb66e9Copy full SHA for 1eb66e9
conf.py
@@ -4,16 +4,14 @@
4
# list see the documentation:
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
7
-# -- Path setup --------------------------------------------------------------
8
-
9
from __future__ import annotations
10
from datetime import datetime
11
import yaml
12
13
# -- Split configurations ----------------------------------------------------
14
15
-from _conf.schemas import _schemas
16
-from _conf.deploy import D
+from ._conf.schemas import _schemas
+from ._conf.deploy import D
17
18
# For `.. only::` directive.
19
if D.is_private():
0 commit comments