Skip to content

Commit

Permalink
Fix path for full config doc (#800)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <[email protected]>
  • Loading branch information
3 people committed Apr 25, 2022
1 parent 49e926d commit 593dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/autogen_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
try:
destination = os.path.join(os.path.dirname(__file__), "source/other/full-config.rst")
except BaseException:
destination = os.path.join(os.getcwd(), "full-config.rst")
destination = os.path.join(os.getcwd(), "other/full-config.rst")

with open(destination, "w") as f:
f.write(header)
Expand Down

0 comments on commit 593dbe7

Please sign in to comment.