Skip to content

Commit 773029d

Browse files
committed
Remove doc because reasons
1 parent 63c34a4 commit 773029d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
(package
1515
(name html_of_jsx)
16-
(documentation https://davesnx.github.io/html_of_jsx/html_of_jsx/index.html)
16+
; There's a bug with pushing documentation with dune-release
17+
; (documentation https://davesnx.github.io/html_of_jsx/html_of_jsx/index.html)
1718
(synopsis "Render HTML with JSX")
1819
(description "html_of_jsx is a JSX transformation that allows you to write HTML declaratively.")
1920
(depends

html_of_jsx.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ maintainer: ["David Sancho <[email protected]>"]
77
authors: ["David Sancho <[email protected]>"]
88
license: "MIT"
99
homepage: "https://github.com/davesnx/html_of_jsx"
10-
doc: "https://davesnx.github.io/html_of_jsx/html_of_jsx/index.html"
1110
bug-reports: "https://github.com/davesnx/html_of_jsx/issues"
1211
depends: [
1312
"dune" {>= "3.8"}

0 commit comments

Comments
 (0)