Skip to content

Commit efb3b50

Browse files
committed
Updated RTD to new build process. Definitely first go.
"subcommits" Tried to move RTD to using Make Add commands to build and copy HTML documentation Fixed document hierarchy. Trying oneliners? Folders ain't there! not oneliner? Ensure output directory exists before copying HTML files. I can linux Maybe? Sigghhh we want content. Try using pre-build magic Removed redundant build steps for HTML documentation.
1 parent 92de5ac commit efb3b50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ build:
1414
- git fetch --unshallow || true
1515
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
1616
- git fetch --all --tags || true
17+
pre_build:
18+
# ensure that all builds have necessary jupyterlite files
19+
- cd doc && make html
1720

1821
# Build documentation in the "docs/" directory with Sphinx
1922
sphinx:

0 commit comments

Comments
 (0)