We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf28e9 commit 710e21fCopy full SHA for 710e21f
readthedocs/doc_builder/backends/mkdocs.py
@@ -46,8 +46,6 @@ def append_conf(self, **kwargs):
46
# Handle custom docs dirs
47
48
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)
51
docs_dir = self.docs_dir(docs_dir=user_docs_dir)
52
self.create_index(extension='md')
53
user_config['docs_dir'] = docs_dir
0 commit comments