Skip to content
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

Merged
merged 5 commits into from
Oct 2, 2018

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Jan 17, 2018

While replicating #3515, I noticed that the other "edit" link (at the float version menu) was wrong #3515 (comment)

Fixes #1917

@stsewd stsewd mentioned this pull request Jan 17, 2018
@stsewd
Copy link
Member Author

stsewd commented Jan 18, 2018

Due to #3497, with this change the first build fails, probably we want to solve that issue before merging.

@RichardLitt RichardLitt added Needed: tests Tests are required PR: work in progress Pull request is not ready for full review Status: blocked Issue is blocked on another issue labels Jan 18, 2018
@marcelstoer
Copy link
Contributor

@RichardLitt maybe add the Mkdocs label as well?

@stsewd
Copy link
Member Author

stsewd commented Jun 6, 2018

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.

@stsewd stsewd removed the Status: blocked Issue is blocked on another issue label Jun 7, 2018
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(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stsewd stsewd added PR: ready for review and removed Needed: tests Tests are required PR: work in progress Pull request is not ready for full review labels Jun 7, 2018
@stsewd stsewd requested a review from a team June 7, 2018 18:13
Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@humitos
Copy link
Member

humitos commented Oct 1, 2018

@stsewd Is it needed something else here to merge this PR? If no, feel free to merge.

@stsewd
Copy link
Member Author

stsewd commented Oct 1, 2018

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.

@stsewd
Copy link
Member Author

stsewd commented Oct 2, 2018

We are all green again

@stsewd stsewd merged commit 5ffb6bc into readthedocs:master Oct 2, 2018
@stsewd stsewd deleted the fix-docroot-path-mkdocks branch October 2, 2018 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants