-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use relative path for docroot on mkdocs #3525
Conversation
Due to #3497, with this change the first build fails, probably we want to solve that issue before merging. |
@RichardLitt maybe add the Mkdocs label as well? |
2649b90
to
537fb3f
Compare
The origaal blocking issue #3525 (comment) can't be replicated, so it's safe to continue, I only need to add a test, but I started some tests for mkdocs in #4184, so I would like to merge that PR first. |
537fb3f
to
8bf99fc
Compare
docs_path = os.path.join(self.root_path, docs_dir) | ||
# The docs path is relative to the location | ||
# of the mkdocs configuration file. | ||
docs_path = os.path.join( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
@stsewd Is it needed something else here to merge this PR? If no, feel free to merge. |
We are good here, I'll do a last rebase to see if we don't need changes after the PR for mkdocs that was merged recently. Also, probably after tests on master pass. |
8eeb728
to
60c31e7
Compare
We are all green again |
While replicating #3515, I noticed that the other "edit" link (at the float version menu) was wrong #3515 (comment)
Fixes #1917