Skip to content

Commit

Permalink
debug in the cloud, yay
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Aug 31, 2023
1 parent 256de24 commit 824b20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/makedocs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ sub make_pod {
$converter->contents_page_end("</body></html>");
if (exists($::ENV{'READTHEDOCS'})) {
$converter->add_css('./style.css');
system('pwd');
copy('../style.css', 'html/style.css') or die "Copy failed: $!";
} else {
$converter->add_css('./../../../../style.css');
Expand Down

0 comments on commit 824b20f

Please sign in to comment.