We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9ca7d commit fbafd02Copy full SHA for fbafd02
readthedocs/doc_builder/backends/mkdocs.py
@@ -96,6 +96,7 @@ def append_conf(self, **__):
96
# Handle custom docs dirs
97
user_docs_dir = user_config.get('docs_dir')
98
docs_dir = self.docs_dir(docs_dir=user_docs_dir)
99
+ docs_dir = os.path.relpath(docs_dir, self.root_path)
100
self.create_index(extension='md')
101
user_config['docs_dir'] = docs_dir
102
0 commit comments