Skip to content

Commit

Permalink
doc: better ordering of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 11, 2024
1 parent fed3af3 commit 68943ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ name = "docbuild"
version = "0.1.0"
defaultTargets = ["docbuild"]

[[require]]
name = "Your Library Name"
path = "../"

[[require]]
scope = "leanprover"
name = "doc-gen4"
# Use revision v4.x if you are developing against a stable Lean version.
rev = "main"

[[require]]
name = "Your Library Name"
path = "../"
```
3. Create a `.gitignore` file within `docbuild` with the following content:
```
Expand Down

0 comments on commit 68943ae

Please sign in to comment.