Skip to content

Commit 2f31863

Browse files
humitosstsewd
andauthored
Update readthedocs/doc_builder/backends/mkdocs.py
Co-authored-by: Santos Gallegos <stsewd@proton.me>
1 parent 34ee160 commit 2f31863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/backends/mkdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, *args, **kwargs):
4242
super().__init__(*args, **kwargs)
4343

4444
# This is the *MkDocs* yaml file
45-
self.config_file = self.config_file = os.path.join(
45+
self.config_file = os.path.join(
4646
self.project_path,
4747
self.config.mkdocs.configuration,
4848
)

0 commit comments

Comments
 (0)