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

Commitb563cdc

Browse files
Merge pull request#1442 from python-gitlab/chore/fix-readthedocs
chore(docs): fix import order for readthedocs build
2 parentse46cacf +c3de1fb commitb563cdc

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