Skip to content

Commit

Permalink
docs: revert to typical make
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Buer <buer94@gmail.com>
  • Loading branch information
ErikBuer committed Dec 30, 2023
1 parent 413ab0b commit f8e8c81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
push!(LOAD_PATH, "../src/")

using Documenter

include("../src/DigitalComm.jl") # Ensures that the docs is built using the latest version of the package
using .DigitalComm
using Documenter, DigitalComm

DocMeta.setdocmeta!(DigitalComm, :DocTestSetup, :(using DigitalComm); recursive=true)

Expand Down
7 changes: 0 additions & 7 deletions docs/make_local.jl

This file was deleted.

0 comments on commit f8e8c81

Please sign in to comment.