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

Incorrect "top" link generated in HTML #1584

Closed
shimizukawa opened this issue Jan 3, 2015 · 2 comments
Closed

Incorrect "top" link generated in HTML #1584

shimizukawa opened this issue Jan 3, 2015 · 2 comments

Comments

@shimizukawa
Copy link
Member

I have in my conf.py file:

#!python

master_doc = 'manual'

When I run "make html" the top file of the generated documentation is "manual.html", which is correct, but all HTML files contain this in the head:

#!html

    <link rel="top" title="Project Title" href="index.html" />

and index.html doesn't even exist. The link generated in the body of the page is however correct.


@shimizukawa
Copy link
Member Author

From Georg Brandl on 2014-10-01 17:59:38+00:00

Closes #1584: Point to master doc in HTML "top" link.

→ <>

@shimizukawa
Copy link
Member Author

From Georg Brandl on 2014-10-01 17:59:49+00:00

Thanks for the report!

jakobandersen pushed a commit to jakobandersen/sphinx that referenced this issue Feb 8, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant