Skip to content

Commit 2b41b38

Browse files
committed
uncomment notebook build, remove built html file from tutorial source, no format comment moved down
Signed-off-by: Rachel Kurchin <rkurchin@cmu.edu>
1 parent 97f6b6b commit 2b41b38

File tree

5 files changed

+79
-2247
lines changed

5 files changed

+79
-2247
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.6'
17+
version: '1.7'
1818
- name: Install dependencies
1919
env:
2020
PYTHON: ""

docs/make.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@ using Documenter, ChemistryFeaturization, PlutoStaticHTML
22

33
# this next bit is from https://github.com/rikhuijzer/PlutoStaticHTML.jl/blob/main/docs/make.jl
44
const NOTEBOOK_DIR = joinpath(pkgdir(ChemistryFeaturization), "docs", "src", "tutorial")
5-
"""
6-
write_notebook()
7-
Write Pluto output to a HTML file.
8-
This avoidings running via the Documenter.jl evaluation, which appears to just hang.
9-
Probably similar cause as https://github.com/JuliaDocs/Documenter.jl/issues/1514.
10-
"""
5+
116
function write_notebooks()
127
hopts = HTMLOptions()
138
bopts = BuildOptions(NOTEBOOK_DIR; output_format = documenter_output)
149
parallel_build(bopts, hopts)
1510
return nothing
1611
end
1712

18-
# write_notebooks()
13+
write_notebooks()
1914

2015
pages = Any[
2116
"Overview"=>"index.md",

0 commit comments

Comments
 (0)