Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3de1fb

Browse files
committed
chore(docs): fix import order for readthedocs build
1 parente46cacf commitc3de1fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
importos
1919
importsys
2020

21-
importgitlab
22-
2321
sys.path.append("../")
2422
sys.path.append(os.path.dirname(__file__))
23+
importgitlab# noqa: E402. Needed purely for readthedocs' build
2524

2625
on_rtd=os.environ.get("READTHEDOCS",None)=="True"
2726

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp