Skip to content

Commit 593dbe7

Browse files
andreyvelichpre-commit-ci[bot]blink1073
authored
Fix path for full config doc (#800)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 49e926d commit 593dbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/autogen_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
try:
3939
destination = os.path.join(os.path.dirname(__file__), "source/other/full-config.rst")
4040
except BaseException:
41-
destination = os.path.join(os.getcwd(), "full-config.rst")
41+
destination = os.path.join(os.getcwd(), "other/full-config.rst")
4242

4343
with open(destination, "w") as f:
4444
f.write(header)

0 commit comments

Comments
 (0)