Merge pull request #5067 from vktec/remove-docutils-path

Remove docgen.nim's dependency on things being in path
This commit is contained in:
Andreas Rumpf
2016-11-29 01:57:44 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,10 @@
import
ast, strutils, strtabs, options, msgs, os, ropes, idents,
wordrecg, syntaxes, renderer, lexer, rstast, rst, rstgen, times, highlite,
importer, sempass2, json, xmltree, cgi, typesrenderer, astalgo
wordrecg, syntaxes, renderer, lexer, packages/docutils/rstast,
packages/docutils/rst, packages/docutils/rstgen, times,
packages/docutils/highlite, importer, sempass2, json, xmltree, cgi,
typesrenderer, astalgo
type
TSections = array[TSymKind, Rope]

View File

@@ -4,8 +4,6 @@ hint[XDeclaredButNotUsed]:off
path:"llvm"
path:"$projectPath/.."
path:"$lib/packages/docutils"
define:booting
#import:"$projectpath/testability"