We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b53047 commit 537fb3fCopy full SHA for 537fb3f
readthedocs/doc_builder/backends/mkdocs.py
@@ -81,6 +81,7 @@ def append_conf(self, **__):
81
# Handle custom docs dirs
82
user_docs_dir = user_config.get('docs_dir')
83
docs_dir = self.docs_dir(docs_dir=user_docs_dir)
84
+ docs_dir = os.path.relpath(docs_dir, self.root_path)
85
self.create_index(extension='md')
86
user_config['docs_dir'] = docs_dir
87
0 commit comments