Use relative docify paths (#14672)

* Use relative docify paths

Bumping the docify version and using relative paths is needed for
the monorepo to find the test files in the new workspace.

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* update docify to fix paths issue

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Sam Johnson <sam@durosoft.com>
This commit is contained in:
Oliver Tale-Yazdi
2023-08-05 09:30:07 +02:00
committed by GitHub
parent ef0238dd29
commit 32bd1c397b
4 changed files with 15 additions and 40 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ frame-election-provider-support = { default-features = false, path = "../electio
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
docify = "0.2.0"
docify = "0.2.1"
[dev-dependencies]
pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" }