website icon indicating copy to clipboard operation
website copied to clipboard

Read The Docs should not use relative paths for assets

Open vbrown608 opened this issue 7 years ago • 0 comments

Read The Docs builds the theme for the documentation using relative paths, ex <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />. This causes these assets to 404 when the browser loads certbot.eff.org/docs instead of certbot.eff.org/docs/. We should see if we can configure Read The Docs to output the correct absolute path.

vbrown608 avatar Feb 15 '18 19:02 vbrown608