Skip to content

Commit

Permalink
Revert "Output markdown in docs"
Browse files Browse the repository at this point in the history
This reverts commit e57eb74.
  • Loading branch information
quinnj committed Feb 8, 2020
1 parent e57eb74 commit c0f4493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 103 deletions.
99 changes: 0 additions & 99 deletions docs/Manifest.toml

This file was deleted.

3 changes: 1 addition & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"

[compat]
Documenter = "~0.23"
Documenter = "~0.23"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Documenter, Tables, DocumenterMarkdown
using Documenter, Tables

makedocs(;
modules=[Tables],
format=Markdown(),
format=Documenter.HTML(),
pages=[
"Home" => "index.md",
],
Expand Down

0 comments on commit c0f4493

Please sign in to comment.