Skip to content

Commit

Permalink
Do not generate nimdoc.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Mar 31, 2023
1 parent 1aa9273 commit 718373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/docgen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ proc writeOutput*(d: PDoc, useWarning = false, groupedToc = false) =
except IOError:
rawMessage(d.conf, if useWarning: warnCannotOpenFile else: errCannotOpenFile,
outfile.string)
if not d.wroteSupportFiles: # nimdoc.css + dochack.js
if not d.wroteSupportFiles and false: # nimdoc.css + dochack.js
let nimr = $d.conf.getPrefixDir()
copyFile(docCss.interp(nimr = nimr), $d.conf.outDir / nimdocOutCss)
if optGenIndex in d.conf.globalOptions:
Expand Down

0 comments on commit 718373c

Please sign in to comment.