Skip to content

Commit

Permalink
debug in the cloud pt 3, yay
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Aug 31, 2023
1 parent e2c7f26 commit 4fe006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/makedocs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sub make_pod {
$converter->contents_page_start($contents_start);
$converter->contents_page_end("</body></html>");
if (exists($::ENV{'READTHEDOCS'})) {
$converter->add_css('./style.css');
$converter->add_css('./../../style.css');
} else {
$converter->add_css('./../../../../style.css');
}
Expand Down

0 comments on commit 4fe006c

Please sign in to comment.