Skip to content

Commit 710e21f

Browse files
author
Sahil Takiar
committed
(readthedocs#1917) Fixing Flyout Links for MkDocs Projects
1 parent fdf28e9 commit 710e21f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readthedocs/doc_builder/backends/mkdocs.py

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ def append_conf(self, **kwargs):
4646
# Handle custom docs dirs
4747

4848
user_docs_dir = user_config.get('docs_dir')
49-
if user_docs_dir:
50-
user_docs_dir = os.path.join(self.root_path, user_docs_dir)
5149
docs_dir = self.docs_dir(docs_dir=user_docs_dir)
5250
self.create_index(extension='md')
5351
user_config['docs_dir'] = docs_dir

0 commit comments

Comments
 (0)