Skip to content

DOC: fix external links + favicon #30389

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

Merged

Conversation

jorisvandenbossche
Copy link
Member

Fixes the wrong external links (see pydata/pydata-sphinx-theme#66), and also fixes the favicon

@jorisvandenbossche jorisvandenbossche added this to the 1.0 milestone Dec 21, 2019
@@ -228,7 +232,7 @@
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = os.path.join(html_static_path[0], "favicon.ico")
Copy link
Member

Choose a reason for hiding this comment

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

html_static_path is now not used. could remove?

Copy link
Member Author

Choose a reason for hiding this comment

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

It might still be used by sphinx, not fully sure.

Copy link
Member Author

Choose a reason for hiding this comment

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

The docs don't suggest this is the default value (https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_static_path), and we for sure still use this (there are a lot of files in the _static directory.

@jorisvandenbossche jorisvandenbossche merged commit 835f207 into pandas-dev:master Dec 22, 2019
@jorisvandenbossche jorisvandenbossche deleted the docs-external-links branch December 22, 2019 09:56
AlexKirko pushed a commit to AlexKirko/pandas that referenced this pull request Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants