Skip to content

Commit 47c0b8f

Browse files
[sphinx] Fix path to source (#2422)
This file was moved in 44f0065. Also comment some formatting change in git blame ignore list. Closes #2398 Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 4a8827d commit 47c0b8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.git-blame-ignore-revs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# Initial formatting of astroid
12
add5f7b8eba427de9d39caae864bbc6dc37ef980
3+
# Apply black on doc/conf.py
4+
2dd9027054db541871713ef1cb1ae89513d05555
5+
# Black's 2024 style
6+
396f01a15d1cb0351b33654acdeedde64f537a0c

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# If extensions (or modules to document with autodoc) are in another directory,
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
12-
sys.path.insert(0, os.path.abspath("../../"))
12+
sys.path.insert(0, os.path.abspath(".."))
1313

1414
# -- General configuration -----------------------------------------------------
1515

0 commit comments

Comments
 (0)